Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackSetOperation.Builder
Packages that use StackSetOperation.Builder
-
Uses of StackSetOperation.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetOperation.BuilderModifier and TypeMethodDescriptionThe type of StackSet operation:CREATE,UPDATE, orDELETE.StackSetOperation.Builder.action(StackSetOperationAction action) The type of StackSet operation:CREATE,UPDATE, orDELETE.StackSetOperation.Builder.administrationRoleARN(String administrationRoleARN) The Amazon Resource Name (ARN) of the IAM role used to perform this StackSet operation.static StackSetOperation.BuilderStackSetOperation.builder()StackSetOperation.Builder.creationTimestamp(Instant creationTimestamp) The time at which the operation was initiated.default StackSetOperation.BuilderStackSetOperation.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets) The Organizations accounts affected by the stack operation.StackSetOperation.Builder.deploymentTargets(DeploymentTargets deploymentTargets) The Organizations accounts affected by the stack operation.StackSetOperation.Builder.endTimestamp(Instant endTimestamp) The time at which the StackSet operation ended, across all accounts and Regions specified.StackSetOperation.Builder.executionRoleName(String executionRoleName) The name of the IAM execution role used to create or update the StackSet.StackSetOperation.Builder.operationId(String operationId) The unique ID of a StackSet operation.default StackSetOperation.BuilderStackSetOperation.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) The preferences for how CloudFormation performs this StackSet operation.StackSetOperation.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The preferences for how CloudFormation performs this StackSet operation.StackSetOperation.Builder.retainStacks(Boolean retainStacks) For StackSet operations of action typeDELETE, specifies whether to remove the stack instances from the specified StackSet, but doesn't delete the stacks.default StackSetOperation.BuilderStackSetOperation.Builder.stackSetDriftDetectionDetails(Consumer<StackSetDriftDetectionDetails.Builder> stackSetDriftDetectionDetails) Detailed information about the drift status of the StackSet.StackSetOperation.Builder.stackSetDriftDetectionDetails(StackSetDriftDetectionDetails stackSetDriftDetectionDetails) Detailed information about the drift status of the StackSet.StackSetOperation.Builder.stackSetId(String stackSetId) The ID of the StackSet.The status of the operation.StackSetOperation.Builder.status(StackSetOperationStatus status) The status of the operation.default StackSetOperation.BuilderStackSetOperation.Builder.statusDetails(Consumer<StackSetOperationStatusDetails.Builder> statusDetails) Detailed information about the StackSet operation.StackSetOperation.Builder.statusDetails(StackSetOperationStatusDetails statusDetails) Detailed information about the StackSet operation.StackSetOperation.Builder.statusReason(String statusReason) The status of the operation in details.StackSetOperation.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetOperation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackSetOperation.Builder>StackSetOperation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSetOperation.BuilderModifier and TypeMethodDescriptionDescribeStackSetOperationResponse.Builder.stackSetOperation(Consumer<StackSetOperation.Builder> stackSetOperation) The specified StackSet operation.