| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateObject |
BatchCreateObject.clone() |
BatchCreateObject |
BatchWriteOperation.getCreateObject()
Creates an object.
|
BatchCreateObject |
BatchCreateObject.withBatchReferenceName(String batchReferenceName)
The batch reference name.
|
BatchCreateObject |
BatchCreateObject.withLinkName(String linkName)
The name of the link.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchCreateObject |
BatchCreateObject.withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchCreateObject |
BatchCreateObject.withParentReference(ObjectReference parentReference)
If specified, the parent reference to which this object will be attached.
|
BatchCreateObject |
BatchCreateObject.withSchemaFacet(Collection<SchemaFacet> schemaFacet)
A list of
FacetArns that will be associated with the object. |
BatchCreateObject |
BatchCreateObject.withSchemaFacet(SchemaFacet... schemaFacet)
A list of
FacetArns that will be associated with the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchWriteOperation.setCreateObject(BatchCreateObject createObject)
Creates an object.
|
BatchWriteOperation |
BatchWriteOperation.withCreateObject(BatchCreateObject createObject)
Creates an object.
|
Copyright © 2018. All rights reserved.