Interface BatchCreateObject.Builder

    • Method Detail

      • schemaFacet

        BatchCreateObject.Builder schemaFacet​(Collection<SchemaFacet> schemaFacet)

        A list of FacetArns that will be associated with the object. For more information, see arns.

        Parameters:
        schemaFacet - A list of FacetArns that will be associated with the object. For more information, see arns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaFacet

        BatchCreateObject.Builder schemaFacet​(SchemaFacet... schemaFacet)

        A list of FacetArns that will be associated with the object. For more information, see arns.

        Parameters:
        schemaFacet - A list of FacetArns that will be associated with the object. For more information, see arns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectAttributeList

        BatchCreateObject.Builder objectAttributeList​(Collection<AttributeKeyAndValue> objectAttributeList)

        An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

        Parameters:
        objectAttributeList - An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectAttributeList

        BatchCreateObject.Builder objectAttributeList​(AttributeKeyAndValue... objectAttributeList)

        An attribute map, which contains an attribute ARN as the key and attribute value as the map value.

        Parameters:
        objectAttributeList - An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentReference

        BatchCreateObject.Builder parentReference​(ObjectReference parentReference)

        If specified, the parent reference to which this object will be attached.

        Parameters:
        parentReference - If specified, the parent reference to which this object will be attached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • linkName

        BatchCreateObject.Builder linkName​(String linkName)

        The name of the link.

        Parameters:
        linkName - The name of the link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchReferenceName

        BatchCreateObject.Builder batchReferenceName​(String batchReferenceName)

        The batch reference name. See Transaction Support for more information.

        Parameters:
        batchReferenceName - The batch reference name. See Transaction Support for more information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.