| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
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.attribute(String attribute)
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata, Properties, or Tags. |
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.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.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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceTargetDefinition.Builder> |
ResourceTargetDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceChangeDetail.Builder |
ResourceChangeDetail.Builder.target(Consumer<ResourceTargetDefinition.Builder> target)
A
ResourceTargetDefinition structure that describes the field that AWS CloudFormation will
change and whether the resource will be recreated. |
Copyright © 2021. All rights reserved.