public static interface DescribeStackSetOperationResponse.Builder extends CloudFormationResponse.Builder, CopyableBuilder<DescribeStackSetOperationResponse.Builder,DescribeStackSetOperationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackSetOperationResponse.Builder |
stackSetOperation(Consumer<StackSetOperation.Builder> stackSetOperation)
The specified stack set operation.
|
DescribeStackSetOperationResponse.Builder |
stackSetOperation(StackSetOperation stackSetOperation)
The specified stack set operation.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeStackSetOperationResponse.Builder stackSetOperation(StackSetOperation stackSetOperation)
The specified stack set operation.
stackSetOperation - The specified stack set operation.default DescribeStackSetOperationResponse.Builder stackSetOperation(Consumer<StackSetOperation.Builder> stackSetOperation)
The specified stack set operation.
This is a convenience that creates an instance of theStackSetOperation.Builder avoiding the need to
create one manually via StackSetOperation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stackSetOperation(StackSetOperation).stackSetOperation - a consumer that will call methods on StackSetOperation.BuilderstackSetOperation(StackSetOperation)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.