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(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.
|
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.
|
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() |
|