public static interface StopStackSetOperationRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<StopStackSetOperationRequest.Builder,StopStackSetOperationRequest>
| Modifier and Type | Method and Description |
|---|---|
StopStackSetOperationRequest.Builder |
operationId(String operationId)
The ID of the stack operation.
|
StopStackSetOperationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopStackSetOperationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StopStackSetOperationRequest.Builder |
stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to stop the operation for.
|
buildoverrideConfigurationcopyapplyMutation, buildStopStackSetOperationRequest.Builder stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to stop the operation for.
stackSetName - The name or unique ID of the stack set that you want to stop the operation for.StopStackSetOperationRequest.Builder operationId(String operationId)
The ID of the stack operation.
operationId - The ID of the stack operation.StopStackSetOperationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StopStackSetOperationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.