Interface CloudFormation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudFormation.Builder,
,CloudFormation> SdkBuilder<CloudFormation.Builder,
,CloudFormation> SdkPojo
- Enclosing class:
CloudFormation
@Mutable
@NotThreadSafe
public static interface CloudFormation.Builder
extends SdkPojo, CopyableBuilder<CloudFormation.Builder,CloudFormation>
-
Method Summary
Modifier and TypeMethodDescriptionparameters
(Map<String, String> parameters) The CloudFormation properties in the CloudFormation template.templateLocation
(String templateLocation) The template location of the CloudFormation template.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 Details
-
templateLocation
The template location of the CloudFormation template.
- Parameters:
templateLocation
- The template location of the CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The CloudFormation properties in the CloudFormation template.
- Parameters:
parameters
- The CloudFormation properties in the CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-