Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackSetSummary.Builder
Packages that use StackSetSummary.Builder
-
Uses of StackSetSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetSummary.BuilderModifier and TypeMethodDescriptiondefault StackSetSummary.BuilderStackSetSummary.Builder.autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).StackSetSummary.Builder.autoDeployment(AutoDeployment autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).static StackSetSummary.BuilderStackSetSummary.builder()StackSetSummary.Builder.description(String description) A description of the StackSet that you specify when the StackSet is created or updated.StackSetSummary.Builder.driftStatus(String driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.StackSetSummary.Builder.driftStatus(StackDriftStatus driftStatus) Status of the StackSet's actual configuration compared to its expected template and parameter configuration.StackSetSummary.Builder.lastDriftCheckTimestamp(Instant lastDriftCheckTimestamp) Most recent time when CloudFormation performed a drift detection operation on the StackSet.default StackSetSummary.BuilderStackSetSummary.Builder.managedExecution(Consumer<ManagedExecution.Builder> managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSetSummary.Builder.managedExecution(ManagedExecution managedExecution) Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSetSummary.Builder.permissionModel(String permissionModel) Describes how the IAM roles required for StackSet operations are created.StackSetSummary.Builder.permissionModel(PermissionModels permissionModel) Describes how the IAM roles required for StackSet operations are created.StackSetSummary.Builder.stackSetId(String stackSetId) The ID of the StackSet.StackSetSummary.Builder.stackSetName(String stackSetName) The name of the StackSet.The status of the StackSet.StackSetSummary.Builder.status(StackSetStatus status) The status of the StackSet.StackSetSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackSetSummary.Builder>StackSetSummary.serializableBuilderClass()