Class TemplateConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemplateConfiguration.Builder,TemplateConfiguration>
The configuration details of a generated template.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()TheDeletionPolicyassigned to resources in the generated template.final StringTheDeletionPolicyassigned to resources in the generated template.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends TemplateConfiguration.Builder>final StringtoString()Returns a string representation of this object.TheUpdateReplacePolicyassigned to resources in the generated template.final StringTheUpdateReplacePolicyassigned to resources in the generated template.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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.
If the service returns an enum value that is not available in the current SDK version,
deletionPolicywill returnGeneratedTemplateDeletionPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeletionPolicyAsString().- Returns:
- 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.
-
- See Also:
-
-
deletionPolicyAsString
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.
If the service returns an enum value that is not available in the current SDK version,
deletionPolicywill returnGeneratedTemplateDeletionPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeletionPolicyAsString().- Returns:
- 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.
-
- 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.
If the service returns an enum value that is not available in the current SDK version,
updateReplacePolicywill returnGeneratedTemplateUpdateReplacePolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateReplacePolicyAsString().- Returns:
- 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.
-
- See Also:
-
-
updateReplacePolicyAsString
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.
If the service returns an enum value that is not available in the current SDK version,
updateReplacePolicywill returnGeneratedTemplateUpdateReplacePolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateReplacePolicyAsString().- Returns:
- 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.
-
- See Also:
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplateConfiguration.Builder,TemplateConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-