| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountGateResult.Builder |
AccountGateResult.builder() |
AccountGateResult.Builder |
AccountGateResult.Builder.status(AccountGateStatus status)
The status of the account gate function.
|
AccountGateResult.Builder |
AccountGateResult.Builder.status(String status)
The status of the account gate function.
|
AccountGateResult.Builder |
AccountGateResult.Builder.statusReason(String statusReason)
The reason for the account gate status assigned to this account and Region for the stack set operation.
|
AccountGateResult.Builder |
AccountGateResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountGateResult.Builder> |
AccountGateResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StackSetOperationResultSummary.Builder |
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
|
Copyright © 2020. All rights reserved.