Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceTargetDefinition.Builder
-
Packages that use ResourceTargetDefinition.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceTargetDefinition.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceTargetDefinition.Builder Modifier and Type Method Description ResourceTargetDefinition.BuilderResourceTargetDefinition.Builder. attribute(String attribute)Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceTargetDefinition.BuilderResourceTargetDefinition.Builder. attribute(ResourceAttribute attribute)Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.static ResourceTargetDefinition.BuilderResourceTargetDefinition. builder()ResourceTargetDefinition.BuilderResourceTargetDefinition.Builder. name(String name)If theAttributevalue isProperties, the name of the property.ResourceTargetDefinition.BuilderResourceTargetDefinition.Builder. requiresRecreation(String requiresRecreation)If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.ResourceTargetDefinition.BuilderResourceTargetDefinition.Builder. requiresRecreation(RequiresRecreation requiresRecreation)If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.ResourceTargetDefinition.BuilderResourceTargetDefinition. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceTargetDefinition.Builder Modifier and Type Method Description static Class<? extends ResourceTargetDefinition.Builder>ResourceTargetDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceTargetDefinition.Builder Modifier and Type Method Description default ResourceChangeDetail.BuilderResourceChangeDetail.Builder. target(Consumer<ResourceTargetDefinition.Builder> target)AResourceTargetDefinitionstructure that describes the field that CloudFormation will change and whether the resource will be recreated.
-