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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeStackSetOperationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeStackSetOperationRequest.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.