Class CfnDetectorModelPropsMixin.SetVariableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnDetectorModelPropsMixin.SetVariableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDetectorModelPropsMixin.SetVariableProperty>
- Enclosing interface:
CfnDetectorModelPropsMixin.SetVariableProperty
@Stability(Stable)
public static final class CfnDetectorModelPropsMixin.SetVariableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDetectorModelPropsMixin.SetVariableProperty>
A builder for
CfnDetectorModelPropsMixin.SetVariableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDetectorModelPropsMixin.SetVariableProperty.getValue()variableName(String variableName) Sets the value ofCfnDetectorModelPropsMixin.SetVariableProperty.getVariableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
value
@Stability(Stable) public CfnDetectorModelPropsMixin.SetVariableProperty.Builder value(String value) Sets the value ofCfnDetectorModelPropsMixin.SetVariableProperty.getValue()- Parameters:
value- The new value of the variable.- Returns:
this
-
variableName
@Stability(Stable) public CfnDetectorModelPropsMixin.SetVariableProperty.Builder variableName(String variableName) Sets the value ofCfnDetectorModelPropsMixin.SetVariableProperty.getVariableName()- Parameters:
variableName- The name of the variable.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDetectorModelPropsMixin.SetVariableProperty>- Returns:
- a new instance of
CfnDetectorModelPropsMixin.SetVariableProperty - Throws:
NullPointerException- if any required attribute was not provided
-