public static interface BatchGetObjectInformationResponse.Builder extends CopyableBuilder<BatchGetObjectInformationResponse.Builder,BatchGetObjectInformationResponse>
Modifier and Type | Method and Description |
---|---|
BatchGetObjectInformationResponse.Builder |
objectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the specified object. |
BatchGetObjectInformationResponse.Builder |
schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
BatchGetObjectInformationResponse.Builder |
schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
copy
apply, build
BatchGetObjectInformationResponse.Builder schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
schemaFacets
- The facets attached to the specified object.BatchGetObjectInformationResponse.Builder schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
schemaFacets
- The facets attached to the specified object.BatchGetObjectInformationResponse.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.