CopyableBuilder<BatchCreateObject.Builder,BatchCreateObject>
, SdkBuilder<BatchCreateObject.Builder,BatchCreateObject>
public static interface BatchCreateObject.Builder extends CopyableBuilder<BatchCreateObject.Builder,BatchCreateObject>
Modifier and Type | Method | Description |
---|---|---|
BatchCreateObject.Builder |
batchReferenceName(String batchReferenceName) |
The batch reference name.
|
BatchCreateObject.Builder |
linkName(String linkName) |
The name of the link.
|
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 |
objectAttributeList(AttributeKeyAndValue... objectAttributeList) |
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
BatchCreateObject.Builder |
parentReference(ObjectReference parentReference) |
If specified, the parent reference to which this object will be attached.
|
BatchCreateObject.Builder |
schemaFacet(Collection<SchemaFacet> schemaFacet) |
A list of
FacetArns that will be associated with the object. |
BatchCreateObject.Builder |
schemaFacet(SchemaFacet... schemaFacet) |
A list of
FacetArns that will be associated with the object. |
copy
apply, build
BatchCreateObject.Builder schemaFacet(Collection<SchemaFacet> schemaFacet)
A list of FacetArns
that will be associated with the object. For more information, see
arns.
schemaFacet
- A list of FacetArns
that will be associated with the object. For more information, see
arns.BatchCreateObject.Builder schemaFacet(SchemaFacet... schemaFacet)
A list of FacetArns
that will be associated with the object. For more information, see
arns.
NOTE: This method appends the values to the existing list (if any). Use
#setSchemaFacet(java.util.Collection)
or #withSchemaFacet(java.util.Collection)
if you want
to override the existing values.
schemaFacet
- A list of FacetArns
that will be associated with the object. For more information, see
arns.BatchCreateObject.Builder objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
objectAttributeList
- An attribute map, which contains an attribute ARN as the key and attribute value as the map value.BatchCreateObject.Builder objectAttributeList(AttributeKeyAndValue... objectAttributeList)
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
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
- An attribute map, which contains an attribute ARN as the key and attribute value as the map value.BatchCreateObject.Builder parentReference(ObjectReference parentReference)
If specified, the parent reference to which this object will be attached.
parentReference
- If specified, the parent reference to which this object will be attached.BatchCreateObject.Builder linkName(String linkName)
The name of the link.
linkName
- The name of the link.BatchCreateObject.Builder batchReferenceName(String batchReferenceName)
The batch reference name. See Batches for more information.
batchReferenceName
- The batch reference name. See Batches for more information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.