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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetObjectAttributesResponse.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #attributes(List)
.attributes
- a consumer that will call methods on List.Builder
#attributes(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.