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