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 StringafterValue()The value of the property after the change is executed.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.AttributeChangeTypeattributeChangeType()The type of change to be made to the property if the change is executed.StringattributeChangeTypeAsString()The type of change to be made to the property if the change is executed.StringbeforeValue()The value of the property before the change is executed.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.Stringpath()The property path 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.Map<String,SdkField<?>>sdkFieldNameToField()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 Amazon Web Services resource and property types reference 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 Amazon Web Services resource and property types reference 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 Amazon Web Services resource and property types reference 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 Amazon Web Services resource and property types reference in the CloudFormation User Guide. - See Also:
RequiresRecreation
-
path
public final String path()
The property path of the property.
- Returns:
- The property path of the property.
-
beforeValue
public final String beforeValue()
The value of the property before the change is executed. Large values can be truncated.
- Returns:
- The value of the property before the change is executed. Large values can be truncated.
-
afterValue
public final String afterValue()
The value of the property after the change is executed. Large values can be truncated.
- Returns:
- The value of the property after the change is executed. Large values can be truncated.
-
attributeChangeType
public final AttributeChangeType attributeChangeType()
The type of change to be made to the property if the change is executed.
-
AddThe item will be added. -
RemoveThe item will be removed. -
ModifyThe item will be modified.
If the service returns an enum value that is not available in the current SDK version,
attributeChangeTypewill returnAttributeChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeChangeTypeAsString().- Returns:
- The type of change to be made to the property if the change is executed.
-
AddThe item will be added. -
RemoveThe item will be removed. -
ModifyThe item will be modified.
-
- See Also:
AttributeChangeType
-
-
attributeChangeTypeAsString
public final String attributeChangeTypeAsString()
The type of change to be made to the property if the change is executed.
-
AddThe item will be added. -
RemoveThe item will be removed. -
ModifyThe item will be modified.
If the service returns an enum value that is not available in the current SDK version,
attributeChangeTypewill returnAttributeChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeChangeTypeAsString().- Returns:
- The type of change to be made to the property if the change is executed.
-
AddThe item will be added. -
RemoveThe item will be removed. -
ModifyThe item will be modified.
-
- See Also:
AttributeChangeType
-
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-