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