public static interface DescribeStackSetOperationResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeStackSetOperationResponse.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.Builder
stackSetOperation(StackSetOperation)
Copyright © 2019. All rights reserved.