Interface CreateCloudFormationStepInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateCloudFormationStepInput.Builder,CreateCloudFormationStepInput>,SdkBuilder<CreateCloudFormationStepInput.Builder,CreateCloudFormationStepInput>,SdkPojo
- Enclosing class:
- CreateCloudFormationStepInput
public static interface CreateCloudFormationStepInput.Builder extends SdkPojo, CopyableBuilder<CreateCloudFormationStepInput.Builder,CreateCloudFormationStepInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCloudFormationStepInput.Builderparameters(Map<String,String> parameters)The CloudFormation properties of the CloudFormation step input.CreateCloudFormationStepInput.BuildertemplateLocation(String templateLocation)The template location of the CloudFormation step input.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
templateLocation
CreateCloudFormationStepInput.Builder templateLocation(String templateLocation)
The 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.
-
parameters
CreateCloudFormationStepInput.Builder parameters(Map<String,String> parameters)
The 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.
-
-