public static interface DescribeStackSetOperationRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<DescribeStackSetOperationRequest.Builder,DescribeStackSetOperationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStackSetOperationRequest.Builder |
operationId(String operationId)
The unique ID of the stack set operation.
|
DescribeStackSetOperationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeStackSetOperationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStackSetOperationRequest.Builder |
stackSetName(String stackSetName)
The name or the unique stack ID of the stack set for the stack operation.
|
buildrequestOverrideConfigcopyapply, buildDescribeStackSetOperationRequest.Builder stackSetName(String stackSetName)
The name or the unique stack ID of the stack set for the stack operation.
stackSetName - The name or the unique stack ID of the stack set for the stack operation.DescribeStackSetOperationRequest.Builder operationId(String operationId)
The unique ID of the stack set operation.
operationId - The unique ID of the stack set operation.DescribeStackSetOperationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeStackSetOperationRequest.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.