public static interface BatchGetObjectAttributes.Builder extends SdkPojo, CopyableBuilder<BatchGetObjectAttributes.Builder,BatchGetObjectAttributes>
Modifier and Type | Method and Description |
---|---|
BatchGetObjectAttributes.Builder |
attributeNames(Collection<String> attributeNames)
List of attribute names whose values will be retrieved.
|
BatchGetObjectAttributes.Builder |
attributeNames(String... attributeNames)
List of attribute names whose values will be retrieved.
|
default BatchGetObjectAttributes.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose attributes will be retrieved.
|
BatchGetObjectAttributes.Builder |
objectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be retrieved.
|
default BatchGetObjectAttributes.Builder |
schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
BatchGetObjectAttributes.Builder |
schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
copy
applyMutation, build
BatchGetObjectAttributes.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be retrieved.
objectReference
- Reference that identifies the object whose attributes will be retrieved.default BatchGetObjectAttributes.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose attributes will be retrieved.
This is a convenience that creates an instance of theObjectReference.Builder
avoiding the need to
create one manually via ObjectReference.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to objectReference(ObjectReference)
.objectReference
- a consumer that will call methods on ObjectReference.Builder
objectReference(ObjectReference)
BatchGetObjectAttributes.Builder schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
schemaFacet
- Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.default BatchGetObjectAttributes.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
This is a convenience that creates an instance of theSchemaFacet.Builder
avoiding the need to create
one manually via SchemaFacet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to schemaFacet(SchemaFacet)
.schemaFacet
- a consumer that will call methods on SchemaFacet.Builder
schemaFacet(SchemaFacet)
BatchGetObjectAttributes.Builder attributeNames(Collection<String> attributeNames)
List of attribute names whose values will be retrieved.
attributeNames
- List of attribute names whose values will be retrieved.BatchGetObjectAttributes.Builder attributeNames(String... attributeNames)
List of attribute names whose values will be retrieved.
attributeNames
- List of attribute names whose values will be retrieved.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.