Interface CloudFormationProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudFormationProperties.Builder,
,CloudFormationProperties> SdkBuilder<CloudFormationProperties.Builder,
,CloudFormationProperties> SdkPojo
- Enclosing class:
CloudFormationProperties
@Mutable
@NotThreadSafe
public static interface CloudFormationProperties.Builder
extends SdkPojo, CopyableBuilder<CloudFormationProperties.Builder,CloudFormationProperties>
-
Method Summary
Modifier and TypeMethodDescriptiontemplateUrl
(String templateUrl) The template URL of the cloud formation provisioning properties of the environment blueprint.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
-
templateUrl
The template URL of the cloud formation provisioning properties of the environment blueprint.
- Parameters:
templateUrl
- The template URL of the cloud formation provisioning properties of the environment blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-