CopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
, SdkBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
public static interface GetObjectInformationResponse.Builder extends CopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
Modifier and Type | Method | 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(SchemaFacet... schemaFacets) |
The facets attached to the specified object.
|
copy
apply, build
GetObjectInformationResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSchemaFacets(java.util.Collection)
or #withSchemaFacets(java.util.Collection)
if you want
to override the existing values.
schemaFacets
- The facets attached to the specified object.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.