CopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>, SdkBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>public static interface BatchAddFacetToObject.Builder extends CopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
| Modifier and Type | Method | Description |
|---|---|---|
BatchAddFacetToObject.Builder |
objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList) |
The attributes to set on the object.
|
BatchAddFacetToObject.Builder |
objectAttributeList(AttributeKeyAndValue... objectAttributeList) |
The attributes to set on the object.
|
BatchAddFacetToObject.Builder |
objectReference(ObjectReference objectReference) |
A reference to the object being mutated.
|
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.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.
NOTE: This method appends the values to the existing list (if any). Use
#setObjectAttributeList(java.util.Collection) or
#withObjectAttributeList(java.util.Collection) if you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.