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 |
stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to stop the operation for.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.