Uses of Interface
software.amazon.awssdk.services.cloudformation.model.StopStackSetOperationRequest.Builder
Packages that use StopStackSetOperationRequest.Builder
Package
Description
-
Uses of StopStackSetOperationRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type StopStackSetOperationRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.stopStackSetOperation(Consumer<StopStackSetOperationRequest.Builder> stopStackSetOperationRequest) Stops an in-progress operation on a StackSet and its associated stack instances.default StopStackSetOperationResponseCloudFormationClient.stopStackSetOperation(Consumer<StopStackSetOperationRequest.Builder> stopStackSetOperationRequest) Stops an in-progress operation on a StackSet and its associated stack instances. -
Uses of StopStackSetOperationRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StopStackSetOperationRequest.BuilderModifier and TypeMethodDescriptionStopStackSetOperationRequest.builder()Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.StopStackSetOperationRequest.Builder.operationId(String operationId) The ID of the stack operation.StopStackSetOperationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopStackSetOperationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopStackSetOperationRequest.Builder.stackSetName(String stackSetName) The name or unique ID of the StackSet that you want to stop the operation for.StopStackSetOperationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StopStackSetOperationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopStackSetOperationRequest.Builder>StopStackSetOperationRequest.serializableBuilderClass()