Class CfnCommandPropsMixin.CommandPreprocessorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandPropsMixin.CommandPreprocessorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCommandPropsMixin.CommandPreprocessorProperty>
- Enclosing interface:
CfnCommandPropsMixin.CommandPreprocessorProperty
@Stability(Stable)
public static final class CfnCommandPropsMixin.CommandPreprocessorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCommandPropsMixin.CommandPreprocessorProperty>
A builder for
CfnCommandPropsMixin.CommandPreprocessorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsJsonSubstitution(CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty awsJsonSubstitution) awsJsonSubstitution(IResolvable awsJsonSubstitution) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsJsonSubstitution
@Stability(Stable) public CfnCommandPropsMixin.CommandPreprocessorProperty.Builder awsJsonSubstitution(IResolvable awsJsonSubstitution) - Parameters:
awsJsonSubstitution- the value to be set.- Returns:
this
-
awsJsonSubstitution
@Stability(Stable) public CfnCommandPropsMixin.CommandPreprocessorProperty.Builder awsJsonSubstitution(CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty awsJsonSubstitution) - Parameters:
awsJsonSubstitution- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCommandPropsMixin.CommandPreprocessorProperty>- Returns:
- a new instance of
CfnCommandPropsMixin.CommandPreprocessorProperty - Throws:
NullPointerException- if any required attribute was not provided
-