public static interface DescribeStackInstanceResponse.Builder extends CloudFormationResponse.Builder, CopyableBuilder<DescribeStackInstanceResponse.Builder,DescribeStackInstanceResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeStackInstanceResponse.Builder |
stackInstance(Consumer<StackInstance.Builder> stackInstance)
The stack instance that matches the specified request parameters.
|
DescribeStackInstanceResponse.Builder |
stackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeStackInstanceResponse.Builder stackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
stackInstance
- The stack instance that matches the specified request parameters.default DescribeStackInstanceResponse.Builder stackInstance(Consumer<StackInstance.Builder> stackInstance)
The stack instance that matches the specified request parameters.
This is a convenience that creates an instance of theStackInstance.Builder
avoiding the need to
create one manually via StackInstance.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to stackInstance(StackInstance)
.stackInstance
- a consumer that will call methods on StackInstance.Builder
stackInstance(StackInstance)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.