Class ResourceTargetDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.ResourceTargetDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
@Generated("software.amazon.awssdk:codegen") public final class ResourceTargetDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
The field that CloudFormation will change, such as the name of a resource's property, and whether the resource will be recreated.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceTargetDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceAttributeattribute()Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.StringattributeAsString()Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.static ResourceTargetDefinition.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()If theAttributevalue isProperties, the name of the property.RequiresRecreationrequiresRecreation()If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.StringrequiresRecreationAsString()If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.List<SdkField<?>>sdkFields()static Class<? extends ResourceTargetDefinition.Builder>serializableBuilderClass()ResourceTargetDefinition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
attribute
public final ResourceAttribute attribute()
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata,Properties, orTags.If the service returns an enum value that is not available in the current SDK version,
attributewill returnResourceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- Indicates which resource attribute is triggering this update, such as a change in the resource
attribute's
Metadata,Properties, orTags. - See Also:
ResourceAttribute
-
attributeAsString
public final String attributeAsString()
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata,Properties, orTags.If the service returns an enum value that is not available in the current SDK version,
attributewill returnResourceAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- Indicates which resource attribute is triggering this update, such as a change in the resource
attribute's
Metadata,Properties, orTags. - See Also:
ResourceAttribute
-
name
public final String name()
If the
Attributevalue isProperties, the name of the property. For all other attributes, the value is null.- Returns:
- If the
Attributevalue isProperties, the name of the property. For all other attributes, the value is null.
-
requiresRecreation
public final RequiresRecreation requiresRecreation()
If the
Attributevalue isProperties, indicates whether a change to this property causes the resource to be recreated. The value can beNever,Always, orConditionally. To determine the conditions for aConditionallyrecreation, see the update behavior for that property in the CloudFormation User Guide.If the service returns an enum value that is not available in the current SDK version,
requiresRecreationwill returnRequiresRecreation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrequiresRecreationAsString().- Returns:
- If the
Attributevalue isProperties, indicates whether a change to this property causes the resource to be recreated. The value can beNever,Always, orConditionally. To determine the conditions for aConditionallyrecreation, see the update behavior for that property in the CloudFormation User Guide. - See Also:
RequiresRecreation
-
requiresRecreationAsString
public final String requiresRecreationAsString()
If the
Attributevalue isProperties, indicates whether a change to this property causes the resource to be recreated. The value can beNever,Always, orConditionally. To determine the conditions for aConditionallyrecreation, see the update behavior for that property in the CloudFormation User Guide.If the service returns an enum value that is not available in the current SDK version,
requiresRecreationwill returnRequiresRecreation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrequiresRecreationAsString().- Returns:
- If the
Attributevalue isProperties, indicates whether a change to this property causes the resource to be recreated. The value can beNever,Always, orConditionally. To determine the conditions for aConditionallyrecreation, see the update behavior for that property in the CloudFormation User Guide. - See Also:
RequiresRecreation
-
toBuilder
public ResourceTargetDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceTargetDefinition.Builder,ResourceTargetDefinition>
-
builder
public static ResourceTargetDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceTargetDefinition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-