Interface AwsJsonSubstitutionCommandPreprocessorConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsJsonSubstitutionCommandPreprocessorConfig.Builder,,AwsJsonSubstitutionCommandPreprocessorConfig> SdkBuilder<AwsJsonSubstitutionCommandPreprocessorConfig.Builder,,AwsJsonSubstitutionCommandPreprocessorConfig> SdkPojo
- Enclosing class:
AwsJsonSubstitutionCommandPreprocessorConfig
@Mutable
@NotThreadSafe
public static interface AwsJsonSubstitutionCommandPreprocessorConfig.Builder
extends SdkPojo, CopyableBuilder<AwsJsonSubstitutionCommandPreprocessorConfig.Builder,AwsJsonSubstitutionCommandPreprocessorConfig>
-
Method Summary
Modifier and TypeMethodDescriptionoutputFormat(String outputFormat) Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.outputFormat(OutputFormat outputFormat) Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
outputFormat
Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.
- Parameters:
outputFormat- Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputFormat
Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.
- Parameters:
outputFormat- Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-