Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackRefactorAction.Builder
Packages that use StackRefactorAction.Builder
-
Uses of StackRefactorAction.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackRefactorAction.BuilderModifier and TypeMethodDescriptionThe action that CloudFormation takes on the stack.StackRefactorAction.Builder.action(StackRefactorActionType action) The action that CloudFormation takes on the stack.static StackRefactorAction.BuilderStackRefactorAction.builder()StackRefactorAction.Builder.description(String description) A description to help you identify the refactor.The detection type is one of the following:StackRefactorAction.Builder.detection(StackRefactorDetection detection) The detection type is one of the following:StackRefactorAction.Builder.detectionReason(String detectionReason) The description of the detection type.The type that will be evaluated in theStackRefactorAction.StackRefactorAction.Builder.entity(StackRefactorActionEntity entity) The type that will be evaluated in theStackRefactorAction.StackRefactorAction.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier associated with the physical instance of the resource.StackRefactorAction.Builder.resourceIdentifier(String resourceIdentifier) A key-value pair that identifies the target resource.default StackRefactorAction.BuilderStackRefactorAction.Builder.resourceMapping(Consumer<ResourceMapping.Builder> resourceMapping) The mapping for the stack resourceSourceand stack resourceDestination.StackRefactorAction.Builder.resourceMapping(ResourceMapping resourceMapping) The mapping for the stack resourceSourceand stack resourceDestination.StackRefactorAction.Builder.tagResources(Collection<Tag> tagResources) Assigns one or more tags to specified resources.StackRefactorAction.Builder.tagResources(Consumer<Tag.Builder>... tagResources) Assigns one or more tags to specified resources.StackRefactorAction.Builder.tagResources(Tag... tagResources) Assigns one or more tags to specified resources.StackRefactorAction.toBuilder()StackRefactorAction.Builder.untagResources(String... untagResources) Removes one or more tags to specified resources.StackRefactorAction.Builder.untagResources(Collection<String> untagResources) Removes one or more tags to specified resources.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackRefactorAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackRefactorAction.Builder>StackRefactorAction.serializableBuilderClass()