public static interface BatchAddFacetToObject.Builder extends SdkPojo, CopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 method that creates an instance of theAttributeKeyAndValue.Builder avoiding the need
to create one manually via
AttributeKeyAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #objectAttributeList(List.
objectAttributeList - a consumer that will call methods on
AttributeKeyAndValue.Builder#objectAttributeList(java.util.Collection) 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 method 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 © 2022. All rights reserved.