| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateObject.Builder |
BatchCreateObject.Builder.batchReferenceName(String batchReferenceName)
The batch reference name.
|
static BatchCreateObject.Builder |
BatchCreateObject.builder() |
BatchCreateObject.Builder |
BatchCreateObject.Builder.linkName(String linkName)
The name of the link.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.objectAttributeList(AttributeKeyAndValue... objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.objectAttributeList(Consumer<AttributeKeyAndValue.Builder>... objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
default BatchCreateObject.Builder |
BatchCreateObject.Builder.parentReference(Consumer<ObjectReference.Builder> parentReference)
If specified, the parent reference to which this object will be attached.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.parentReference(ObjectReference parentReference)
If specified, the parent reference to which this object will be attached.
|
BatchCreateObject.Builder |
BatchCreateObject.Builder.schemaFacet(Collection<SchemaFacet> schemaFacet)
A list of
FacetArns that will be associated with the object. |
BatchCreateObject.Builder |
BatchCreateObject.Builder.schemaFacet(Consumer<SchemaFacet.Builder>... schemaFacet)
A list of
FacetArns that will be associated with the object. |
BatchCreateObject.Builder |
BatchCreateObject.Builder.schemaFacet(SchemaFacet... schemaFacet)
A list of
FacetArns that will be associated with the object. |
BatchCreateObject.Builder |
BatchCreateObject.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateObject.Builder> |
BatchCreateObject.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchWriteOperation.Builder |
BatchWriteOperation.Builder.createObject(Consumer<BatchCreateObject.Builder> createObject)
Creates an object.
|
Copyright © 2022. All rights reserved.