Interface DescribeInstanceAttributeResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ConnectResponse.Builder,- CopyableBuilder<DescribeInstanceAttributeResponse.Builder,,- DescribeInstanceAttributeResponse> - SdkBuilder<DescribeInstanceAttributeResponse.Builder,,- DescribeInstanceAttributeResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeInstanceAttributeResponse
@Mutable
@NotThreadSafe
public static interface DescribeInstanceAttributeResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstanceAttributeResponse.Builder,DescribeInstanceAttributeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionattribute(Consumer<Attribute.Builder> attribute) The type of attribute.The type of attribute.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
attributeThe type of attribute. - Parameters:
- attribute- The type of attribute.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeThe type of attribute. This is a convenience method that creates an instance of theAttribute.Builderavoiding the need to create one manually viaAttribute.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattribute(Attribute).- Parameters:
- attribute- a consumer that will call methods on- Attribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-