ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.afterValue(String afterValue) |
The value of the property after the change is executed.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.attribute(String attribute) |
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata, Properties, or Tags.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.attribute(ResourceAttribute attribute) |
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata, Properties, or Tags.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.attributeChangeType(String attributeChangeType) |
The type of change to be made to the property if the change is executed.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.attributeChangeType(AttributeChangeType attributeChangeType) |
The type of change to be made to the property if the change is executed.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.beforeValue(String beforeValue) |
The value of the property before the change is executed.
|
static ResourceTargetDefinition.Builder |
ResourceTargetDefinition.builder() |
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.name(String name) |
If the Attribute value is Properties, the name of the property.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.path(String path) |
The property path of the property.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.requiresRecreation(String requiresRecreation) |
If the Attribute value is Properties, indicates whether a change to this property
causes the resource to be recreated.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.requiresRecreation(RequiresRecreation requiresRecreation) |
If the Attribute value is Properties, indicates whether a change to this property
causes the resource to be recreated.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.toBuilder() |
|