Class CfnCommandPropsMixin.CommandParameterValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandPropsMixin.CommandParameterValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCommandPropsMixin.CommandParameterValueProperty>
- Enclosing interface:
CfnCommandPropsMixin.CommandParameterValueProperty
@Stability(Stable)
public static final class CfnCommandPropsMixin.CommandParameterValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCommandPropsMixin.CommandParameterValueProperty>
A builder for
CfnCommandPropsMixin.CommandParameterValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getB()b(IResolvable b) Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getB()Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getBin()build()Builds the configured instance.Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getD()Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getI()Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getL()Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getS()Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getUl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
b
Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getB()- Parameters:
b- the value to be set.- Returns:
this
-
b
@Stability(Stable) public CfnCommandPropsMixin.CommandParameterValueProperty.Builder b(IResolvable b) Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getB()- Parameters:
b- the value to be set.- Returns:
this
-
bin
@Stability(Stable) public CfnCommandPropsMixin.CommandParameterValueProperty.Builder bin(String bin) Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getBin()- Parameters:
bin- the value to be set.- Returns:
this
-
d
Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getD()- Parameters:
d- the value to be set.- Returns:
this
-
i
Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getI()- Parameters:
i- the value to be set.- Returns:
this
-
l
Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getL()- Parameters:
l- the value to be set.- Returns:
this
-
s
Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getS()- Parameters:
s- the value to be set.- Returns:
this
-
ul
Sets the value ofCfnCommandPropsMixin.CommandParameterValueProperty.getUl()- Parameters:
ul- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCommandPropsMixin.CommandParameterValueProperty>- Returns:
- a new instance of
CfnCommandPropsMixin.CommandParameterValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-