Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StackSetOperationSummary.Builder
Packages that use StackSetOperationSummary.Builder
-
Uses of StackSetOperationSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetOperationSummary.BuilderModifier and TypeMethodDescriptionThe type of operation:CREATE,UPDATE, orDELETE.StackSetOperationSummary.Builder.action(StackSetOperationAction action) The type of operation:CREATE,UPDATE, orDELETE.StackSetOperationSummary.builder()StackSetOperationSummary.Builder.creationTimestamp(Instant creationTimestamp) The time at which the operation was initiated.StackSetOperationSummary.Builder.endTimestamp(Instant endTimestamp) The time at which the StackSet operation ended, across all accounts and Regions specified.StackSetOperationSummary.Builder.operationId(String operationId) The unique ID of the StackSet operation.default StackSetOperationSummary.BuilderStackSetOperationSummary.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.StackSetOperationSummary.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.The overall status of the operation.StackSetOperationSummary.Builder.status(StackSetOperationStatus status) The overall status of the operation.default StackSetOperationSummary.BuilderStackSetOperationSummary.Builder.statusDetails(Consumer<StackSetOperationStatusDetails.Builder> statusDetails) Detailed information about the StackSet operation.StackSetOperationSummary.Builder.statusDetails(StackSetOperationStatusDetails statusDetails) Detailed information about the StackSet operation.StackSetOperationSummary.Builder.statusReason(String statusReason) The status of the operation in details.StackSetOperationSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetOperationSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StackSetOperationSummary.Builder>StackSetOperationSummary.serializableBuilderClass()