Class CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty>
- Enclosing interface:
CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty
@Stability(Stable)
public static final class CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCommandPropsMixin.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 CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty.Builder outputFormat(String outputFormat) Sets the value ofCfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty.getOutputFormat()- Parameters:
outputFormat- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty>- Returns:
- a new instance of
CfnCommandPropsMixin.AwsJsonSubstitutionCommandPreprocessorConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-