public static interface StackSetOperationResultSummary.Builder extends CopyableBuilder<StackSetOperationResultSummary.Builder,StackSetOperationResultSummary>
Modifier and Type | Method and Description |
---|---|
StackSetOperationResultSummary.Builder |
account(String account)
The name of the AWS account for this operation result.
|
StackSetOperationResultSummary.Builder |
accountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack
set operations in an account
|
default StackSetOperationResultSummary.Builder |
accountGateResult(Consumer<AccountGateResult.Builder> accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack
set operations in an account
|
StackSetOperationResultSummary.Builder |
region(String region)
The name of the AWS region for this operation result.
|
StackSetOperationResultSummary.Builder |
status(StackSetOperationResultStatus status)
The result status of the stack set operation for the given account in the given region.
|
StackSetOperationResultSummary.Builder |
status(String status)
The result status of the stack set operation for the given account in the given region.
|
StackSetOperationResultSummary.Builder |
statusReason(String statusReason)
The reason for the assigned result status.
|
copy
applyMutation, build
StackSetOperationResultSummary.Builder account(String account)
The name of the AWS account for this operation result.
account
- The name of the AWS account for this operation result.StackSetOperationResultSummary.Builder region(String region)
The name of the AWS region for this operation result.
region
- The name of the AWS region for this operation result.StackSetOperationResultSummary.Builder status(String status)
The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is either
because a user has stopped the stack set operation, or because the failure tolerance of the stack set
operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
status
- The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is
either because a user has stopped the stack set operation, or because the failure tolerance of the
stack set operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
StackSetOperationResultStatus
,
StackSetOperationResultStatus
StackSetOperationResultSummary.Builder status(StackSetOperationResultStatus status)
The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is either
because a user has stopped the stack set operation, or because the failure tolerance of the stack set
operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
status
- The result status of the stack set operation for the given account in the given region.
CANCELLED
: The operation in the specified account and region has been cancelled. This is
either because a user has stopped the stack set operation, or because the failure tolerance of the
stack set operation has been exceeded.
FAILED
: The operation in the specified account and region failed.
If the stack set operation fails in enough accounts within a region, the failure tolerance for the stack set operation as a whole might be exceeded.
RUNNING
: The operation in the specified account and region is currently in progress.
PENDING
: The operation in the specified account and region has yet to start.
SUCCEEDED
: The operation in the specified account and region completed successfully.
StackSetOperationResultStatus
,
StackSetOperationResultStatus
StackSetOperationResultSummary.Builder statusReason(String statusReason)
The reason for the assigned result status.
statusReason
- The reason for the assigned result status.StackSetOperationResultSummary.Builder accountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
accountGateResult
- The results of the account gate function AWS CloudFormation invokes, if present, before proceeding
with stack set operations in an accountdefault StackSetOperationResultSummary.Builder accountGateResult(Consumer<AccountGateResult.Builder> accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set operations in an account
This is a convenience that creates an instance of theAccountGateResult.Builder
avoiding the need to
create one manually via AccountGateResult.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to accountGateResult(AccountGateResult)
.accountGateResult
- a consumer that will call methods on AccountGateResult.Builder
accountGateResult(AccountGateResult)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.