Uses of Interface
software.amazon.awssdk.services.cloudformation.model.AccountGateResult.Builder
-
Packages that use AccountGateResult.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of AccountGateResult.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AccountGateResult.Builder Modifier and Type Method Description static AccountGateResult.BuilderAccountGateResult. builder()AccountGateResult.BuilderAccountGateResult.Builder. status(String status)The status of the account gate function.AccountGateResult.BuilderAccountGateResult.Builder. status(AccountGateStatus status)The status of the account gate function.AccountGateResult.BuilderAccountGateResult.Builder. statusReason(String statusReason)The reason for the account gate status assigned to this account and Region for the stack set operation.AccountGateResult.BuilderAccountGateResult. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type AccountGateResult.Builder Modifier and Type Method Description static Class<? extends AccountGateResult.Builder>AccountGateResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type AccountGateResult.Builder Modifier and Type Method Description default StackSetOperationResultSummary.BuilderStackSetOperationResultSummary.Builder. accountGateResult(Consumer<AccountGateResult.Builder> accountGateResult)The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.
-