Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ResourceTargetDefinition.Builder
Packages that use ResourceTargetDefinition.Builder
-
Uses of ResourceTargetDefinition.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceTargetDefinition.BuilderModifier and TypeMethodDescriptionResourceTargetDefinition.Builder.afterValue(String afterValue) The value of the property after the change is executed.ResourceTargetDefinition.Builder.afterValueFrom(String afterValueFrom) Indicates the source of the after value.ResourceTargetDefinition.Builder.afterValueFrom(AfterValueFrom afterValueFrom) Indicates the source of the after value.Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceTargetDefinition.Builder.attribute(ResourceAttribute attribute) Indicates which resource attribute is triggering this update, such as a change in the resource attribute'sMetadata,Properties, orTags.ResourceTargetDefinition.Builder.attributeChangeType(String attributeChangeType) The type of change to be made to the property if the change is executed.ResourceTargetDefinition.Builder.attributeChangeType(AttributeChangeType attributeChangeType) The type of change to be made to the property if the change is executed.ResourceTargetDefinition.Builder.beforeValue(String beforeValue) The value of the property before the change is executed.ResourceTargetDefinition.Builder.beforeValueFrom(String beforeValueFrom) Indicates the source of the before value.ResourceTargetDefinition.Builder.beforeValueFrom(BeforeValueFrom beforeValueFrom) Indicates the source of the before value.ResourceTargetDefinition.builder()default ResourceTargetDefinition.BuilderResourceTargetDefinition.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.drift(LiveResourceDrift drift) Detailed drift information for the resource property, including actual values, previous deployment values, and drift detection timestamps.If theAttributevalue isProperties, the name of the property.The property path of the property.ResourceTargetDefinition.Builder.requiresRecreation(String requiresRecreation) If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.ResourceTargetDefinition.Builder.requiresRecreation(RequiresRecreation requiresRecreation) If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.ResourceTargetDefinition.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceTargetDefinition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceTargetDefinition.Builder>ResourceTargetDefinition.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceTargetDefinition.BuilderModifier and TypeMethodDescriptiondefault ResourceChangeDetail.BuilderResourceChangeDetail.Builder.target(Consumer<ResourceTargetDefinition.Builder> target) AResourceTargetDefinitionstructure that describes the field that CloudFormation will change and whether the resource will be recreated.