StackRefactorAction.Builder |
StackRefactorAction.Builder.action(String action) |
The action that CloudFormation takes on the stack.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.action(StackRefactorActionType action) |
The action that CloudFormation takes on the stack.
|
static StackRefactorAction.Builder |
StackRefactorAction.builder() |
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.description(String description) |
A description to help you identify the refactor.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.detection(String detection) |
The detection type is one of the following:
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.detection(StackRefactorDetection detection) |
The detection type is one of the following:
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.detectionReason(String detectionReason) |
The description of the detection type.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.entity(String entity) |
The type that will be evaluated in the StackRefactorAction.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.entity(StackRefactorActionEntity entity) |
The type that will be evaluated in the StackRefactorAction.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.physicalResourceId(String physicalResourceId) |
The name or unique identifier associated with the physical instance of the resource.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.resourceIdentifier(String resourceIdentifier) |
A key-value pair that identifies the target resource.
|
default StackRefactorAction.Builder |
StackRefactorAction.Builder.resourceMapping(Consumer<ResourceMapping.Builder> resourceMapping) |
The mapping for the stack resource Source and stack resource Destination.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.resourceMapping(ResourceMapping resourceMapping) |
The mapping for the stack resource Source and stack resource Destination.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.tagResources(Collection<Tag> tagResources) |
Assigns one or more tags to specified resources.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.tagResources(Consumer<Tag.Builder>... tagResources) |
Assigns one or more tags to specified resources.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.tagResources(Tag... tagResources) |
Assigns one or more tags to specified resources.
|
StackRefactorAction.Builder |
StackRefactorAction.toBuilder() |
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.untagResources(String... untagResources) |
Removes one or more tags to specified resources.
|
StackRefactorAction.Builder |
StackRefactorAction.Builder.untagResources(Collection<String> untagResources) |
Removes one or more tags to specified resources.
|