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