public static interface GetObjectAttributesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<GetObjectAttributesResponse.Builder,GetObjectAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetObjectAttributesResponse.Builder |
attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the object.
|
GetObjectAttributesResponse.Builder |
attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the object.
|
GetObjectAttributesResponse.Builder |
attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes that are associated with the object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetObjectAttributesResponse.Builder attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the object.
attributes - The attributes that are associated with the object.GetObjectAttributesResponse.Builder attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the object.
attributes - The attributes that are associated with the object.GetObjectAttributesResponse.Builder attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes that are associated with the object.
This is a convenience method that creates an instance of theAttributeKeyAndValue.Builder avoiding the need
to create one manually via
AttributeKeyAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
AttributeKeyAndValue.Builder#attributes(java.util.Collection) Copyright © 2022. All rights reserved.