Interface CreateCloudFormationStepInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CreateCloudFormationStepInput.Builder,,- CreateCloudFormationStepInput> - SdkBuilder<CreateCloudFormationStepInput.Builder,,- CreateCloudFormationStepInput> - SdkPojo
- Enclosing class:
- CreateCloudFormationStepInput
@Mutable
@NotThreadSafe
public static interface CreateCloudFormationStepInput.Builder
extends SdkPojo, CopyableBuilder<CreateCloudFormationStepInput.Builder,CreateCloudFormationStepInput> 
- 
Method SummaryModifier and TypeMethodDescriptionparameters(Map<String, String> parameters) The CloudFormation properties of the CloudFormation step input.templateLocation(String templateLocation) The template location of the CloudFormation step input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
templateLocationThe template location of the CloudFormation step input. - Parameters:
- templateLocation- The template location of the CloudFormation step input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersThe CloudFormation properties of the CloudFormation step input. - Parameters:
- parameters- The CloudFormation properties of the CloudFormation step input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-