public static interface DescribeStackResourceResponse.Builder extends CloudFormationResponse.Builder, CopyableBuilder<DescribeStackResourceResponse.Builder,DescribeStackResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackResourceResponse.Builder |
stackResourceDetail(Consumer<StackResourceDetail.Builder> stackResourceDetail)
A
StackResourceDetail structure containing the description of the specified resource in the
specified stack. |
DescribeStackResourceResponse.Builder |
stackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the description of the specified resource in the
specified stack. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeStackResourceResponse.Builder stackResourceDetail(StackResourceDetail stackResourceDetail)
A StackResourceDetail structure containing the description of the specified resource in the
specified stack.
stackResourceDetail - A StackResourceDetail structure containing the description of the specified resource in
the specified stack.default DescribeStackResourceResponse.Builder stackResourceDetail(Consumer<StackResourceDetail.Builder> stackResourceDetail)
A StackResourceDetail structure containing the description of the specified resource in the
specified stack.
StackResourceDetail.Builder avoiding the need
to create one manually via StackResourceDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stackResourceDetail(StackResourceDetail).stackResourceDetail - a consumer that will call methods on StackResourceDetail.BuilderstackResourceDetail(StackResourceDetail)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.