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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StopStackSetOperationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StopStackSetOperationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.