Interface TemplateConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateConfiguration.Builder,,TemplateConfiguration> SdkBuilder<TemplateConfiguration.Builder,,TemplateConfiguration> SdkPojo
- Enclosing class:
TemplateConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondeletionPolicy(String deletionPolicy) TheDeletionPolicyassigned to resources in the generated template.deletionPolicy(GeneratedTemplateDeletionPolicy deletionPolicy) TheDeletionPolicyassigned to resources in the generated template.updateReplacePolicy(String updateReplacePolicy) TheUpdateReplacePolicyassigned to resources in the generated template.updateReplacePolicy(GeneratedTemplateUpdateReplacePolicy updateReplacePolicy) TheUpdateReplacePolicyassigned to resources in the generated template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
deletionPolicy
The
DeletionPolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the stack is deleted. -
RETAIN- retain all resources when the stack is deleted.
For more information, see DeletionPolicy attribute in the CloudFormation User Guide.
- Parameters:
deletionPolicy- TheDeletionPolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the stack is deleted. -
RETAIN- retain all resources when the stack is deleted.
For more information, see DeletionPolicy attribute in the CloudFormation User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
deletionPolicy
The
DeletionPolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the stack is deleted. -
RETAIN- retain all resources when the stack is deleted.
For more information, see DeletionPolicy attribute in the CloudFormation User Guide.
- Parameters:
deletionPolicy- TheDeletionPolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the stack is deleted. -
RETAIN- retain all resources when the stack is deleted.
For more information, see DeletionPolicy attribute in the CloudFormation User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
updateReplacePolicy
The
UpdateReplacePolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the resource is replaced during an update operation. -
RETAIN- retain all resources when the resource is replaced during an update operation.
For more information, see UpdateReplacePolicy attribute in the CloudFormation User Guide.
- Parameters:
updateReplacePolicy- TheUpdateReplacePolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the resource is replaced during an update operation. -
RETAIN- retain all resources when the resource is replaced during an update operation.
For more information, see UpdateReplacePolicy attribute in the CloudFormation User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
updateReplacePolicy
TemplateConfiguration.Builder updateReplacePolicy(GeneratedTemplateUpdateReplacePolicy updateReplacePolicy) The
UpdateReplacePolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the resource is replaced during an update operation. -
RETAIN- retain all resources when the resource is replaced during an update operation.
For more information, see UpdateReplacePolicy attribute in the CloudFormation User Guide.
- Parameters:
updateReplacePolicy- TheUpdateReplacePolicyassigned to resources in the generated template. Supported values are:-
DELETE- delete all resources when the resource is replaced during an update operation. -
RETAIN- retain all resources when the resource is replaced during an update operation.
For more information, see UpdateReplacePolicy attribute in the CloudFormation User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-