public static interface BatchAddFacetToObject.Builder extends CopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
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 objectAttributeList(Consumer<AttributeKeyAndValue.Builder>... objectAttributeList)
The attributes to set on the 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 #objectAttributeList(List) .objectAttributeList - a consumer that will call methods on List.Builder #objectAttributeList(List) 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.