public static interface GetObjectInformationResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetObjectInformationResponse.Builder |
objectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the specified object. |
GetObjectInformationResponse.Builder |
schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
GetObjectInformationResponse.Builder |
schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)
The facets attached to the specified object.
|
GetObjectInformationResponse.Builder |
schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetObjectInformationResponse.Builder schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
schemaFacets - The facets attached to the specified object.GetObjectInformationResponse.Builder schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
schemaFacets - The facets attached to the specified object.GetObjectInformationResponse.Builder schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)
The facets attached to the specified 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 #schemaFacets(List) .schemaFacets - a consumer that will call methods on List.Builder #schemaFacets(List) GetObjectInformationResponse.Builder objectIdentifier(String objectIdentifier)
The ObjectIdentifier of the specified object.
objectIdentifier - The ObjectIdentifier of the specified object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.