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