public static interface DescribeInstanceResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstanceResponse.Builder,DescribeInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeInstanceResponse.Builder |
instance(Consumer<Instance.Builder> instance)
The name of the instance.
|
DescribeInstanceResponse.Builder |
instance(Instance instance)
The name of the instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceResponse.Builder instance(Instance instance)
The name of the instance.
instance - The name of the instance.default DescribeInstanceResponse.Builder instance(Consumer<Instance.Builder> instance)
The name of the instance.
This is a convenience method that creates an instance of theInstance.Builder avoiding the need to
create one manually via Instance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to instance(Instance).instance - a consumer that will call methods on Instance.Builderinstance(Instance)Copyright © 2022. All rights reserved.