ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.afterValue(String afterValue) |
The value of the property after the change is executed.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.afterValueFrom(String afterValueFrom) |
Indicates the source of the after value.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.afterValueFrom(AfterValueFrom afterValueFrom) |
Indicates the source of the after value.
|
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.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.beforeValueFrom(String beforeValueFrom) |
Indicates the source of the before value.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.beforeValueFrom(BeforeValueFrom beforeValueFrom) |
Indicates the source of the before value.
|
static ResourceTargetDefinition.Builder |
ResourceTargetDefinition.builder() |
|
default ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.drift(Consumer<LiveResourceDrift.Builder> drift) |
Detailed drift information for the resource property, including actual values, previous deployment values,
and drift detection timestamps.
|
ResourceTargetDefinition.Builder |
ResourceTargetDefinition.Builder.drift(LiveResourceDrift drift) |
Detailed drift information for the resource property, including actual values, previous deployment values,
and drift detection timestamps.
|
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() |
|