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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeStackSetOperationRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeStackSetOperationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.