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