Interface IndexAttachment.Builder

    • Method Detail

      • indexedAttributes

        IndexAttachment.Builder indexedAttributes​(Collection<AttributeKeyAndValue> indexedAttributes)

        The indexed attribute values.

        Parameters:
        indexedAttributes - The indexed attribute values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexedAttributes

        IndexAttachment.Builder indexedAttributes​(AttributeKeyAndValue... indexedAttributes)

        The indexed attribute values.

        Parameters:
        indexedAttributes - The indexed attribute values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIdentifier

        IndexAttachment.Builder objectIdentifier​(String objectIdentifier)

        In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.

        Parameters:
        objectIdentifier - In response to ListIndex, the ObjectIdentifier of the object attached to the index. In response to ListAttachedIndices, the ObjectIdentifier of the index attached to the object. This field will always contain the ObjectIdentifier of the object on the opposite side of the attachment specified in the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.