Interface CloudFormationProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudFormationProperties.Builder,CloudFormationProperties>,SdkBuilder<CloudFormationProperties.Builder,CloudFormationProperties>,SdkPojo
- Enclosing class:
- CloudFormationProperties
public static interface CloudFormationProperties.Builder extends SdkPojo, CopyableBuilder<CloudFormationProperties.Builder,CloudFormationProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudFormationProperties.BuildertemplateUrl(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, sdkFields
-
-
-
-
Method Detail
-
templateUrl
CloudFormationProperties.Builder templateUrl(String 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.
-
-