public static interface BatchAddFacetToObject.Builder extends CopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
| Modifier and Type | Method and Description |
|---|---|
BatchAddFacetToObject.Builder |
objectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
|
BatchAddFacetToObject.Builder |
objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
default BatchAddFacetToObject.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object being mutated.
|
BatchAddFacetToObject.Builder |
objectReference(ObjectReference objectReference)
A reference to the object being mutated.
|
default BatchAddFacetToObject.Builder |
schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Represents the facet being added to the object.
|
BatchAddFacetToObject.Builder |
schemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
|
copyapply, buildBatchAddFacetToObject.Builder schemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
schemaFacet - Represents the facet being added to the object.default BatchAddFacetToObject.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Represents the facet being added to the object.
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.BuilderschemaFacet(SchemaFacet)BatchAddFacetToObject.Builder objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
objectAttributeList - The attributes to set on the object.BatchAddFacetToObject.Builder objectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
objectAttributeList - The attributes to set on the object.BatchAddFacetToObject.Builder objectReference(ObjectReference objectReference)
A reference to the object being mutated.
objectReference - A reference to the object being mutated.default BatchAddFacetToObject.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object being mutated.
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.BuilderobjectReference(ObjectReference)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.