public static interface DescribeStackSummaryResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeStackSummaryResponse.Builder,DescribeStackSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackSummaryResponse.Builder |
stackSummary(Consumer<StackSummary.Builder> stackSummary)
A
StackSummary object that contains the results. |
DescribeStackSummaryResponse.Builder |
stackSummary(StackSummary stackSummary)
A
StackSummary object that contains the results. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeStackSummaryResponse.Builder stackSummary(StackSummary stackSummary)
A StackSummary object that contains the results.
stackSummary - A StackSummary object that contains the results.default DescribeStackSummaryResponse.Builder stackSummary(Consumer<StackSummary.Builder> stackSummary)
A StackSummary object that contains the results.
StackSummary.Builder avoiding the need to
create one manually via StackSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stackSummary(StackSummary).stackSummary - a consumer that will call methods on StackSummary.BuilderstackSummary(StackSummary)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.