StackSetOperation.Builder |
StackSetOperation.Builder.action(String action) |
The type of stack set operation: CREATE, UPDATE, or DELETE.
|
StackSetOperation.Builder |
StackSetOperation.Builder.action(StackSetOperationAction action) |
The type of stack set operation: CREATE, UPDATE, or DELETE.
|
StackSetOperation.Builder |
StackSetOperation.Builder.administrationRoleARN(String administrationRoleARN) |
The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.
|
static StackSetOperation.Builder |
StackSetOperation.builder() |
|
StackSetOperation.Builder |
StackSetOperation.Builder.creationTimestamp(Instant creationTimestamp) |
The time at which the operation was initiated.
|
default StackSetOperation.Builder |
StackSetOperation.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets) |
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
StackSetOperation.Builder |
StackSetOperation.Builder.deploymentTargets(DeploymentTargets deploymentTargets) |
[Service-managed permissions] The Organizations accounts affected by the stack operation.
|
StackSetOperation.Builder |
StackSetOperation.Builder.endTimestamp(Instant endTimestamp) |
The time at which the stack set operation ended, across all accounts and Regions specified.
|
StackSetOperation.Builder |
StackSetOperation.Builder.executionRoleName(String executionRoleName) |
The name of the IAM execution role used to create or update the stack set.
|
StackSetOperation.Builder |
StackSetOperation.Builder.operationId(String operationId) |
The unique ID of a stack set operation.
|
default StackSetOperation.Builder |
StackSetOperation.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) |
The preferences for how CloudFormation performs this stack set operation.
|
StackSetOperation.Builder |
StackSetOperation.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) |
The preferences for how CloudFormation performs this stack set operation.
|
StackSetOperation.Builder |
StackSetOperation.Builder.retainStacks(Boolean retainStacks) |
For stack set operations of action type DELETE, specifies whether to remove the stack instances
from the specified stack set, but doesn't delete the stacks.
|
default StackSetOperation.Builder |
StackSetOperation.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails) |
Detailed information about the drift status of the stack set.
|
StackSetOperation.Builder |
StackSetOperation.Builder.stackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails) |
Detailed information about the drift status of the stack set.
|
StackSetOperation.Builder |
StackSetOperation.Builder.stackSetId(String stackSetId) |
The ID of the stack set.
|
StackSetOperation.Builder |
StackSetOperation.Builder.status(String status) |
The status of the operation.
|
StackSetOperation.Builder |
StackSetOperation.Builder.status(StackSetOperationStatus status) |
The status of the operation.
|
default StackSetOperation.Builder |
StackSetOperation.Builder.statusDetails(Consumer<StackSetOperationStatusDetails.Builder> statusDetails) |
Detailed information about the StackSet operation.
|
StackSetOperation.Builder |
StackSetOperation.Builder.statusDetails(StackSetOperationStatusDetails statusDetails) |
Detailed information about the StackSet operation.
|
StackSetOperation.Builder |
StackSetOperation.Builder.statusReason(String statusReason) |
The status of the operation in details.
|
StackSetOperation.Builder |
StackSetOperation.toBuilder() |
|