Class VariableReference.Builder
java.lang.Object
software.amazon.awscdk.services.frauddetector.VariableReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VariableReference>
- Enclosing interface:
VariableReference
@Stability(Stable)
public static final class VariableReference.Builder
extends Object
implements software.amazon.jsii.Builder<VariableReference>
A builder for
VariableReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.variableArn
(String variableArn) Sets the value ofVariableReference.getVariableArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
variableArn
Sets the value ofVariableReference.getVariableArn()
- Parameters:
variableArn
- The Arn of the Variable resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<VariableReference>
- Returns:
- a new instance of
VariableReference
- Throws:
NullPointerException
- if any required attribute was not provided
-