Interface ListAttachedIndicesResponse.Builder

    • Method Detail

      • indexAttachments

        ListAttachedIndicesResponse.Builder indexAttachments​(Collection<IndexAttachment> indexAttachments)

        The indices attached to the specified object.

        Parameters:
        indexAttachments - The indices attached to the specified object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexAttachments

        ListAttachedIndicesResponse.Builder indexAttachments​(IndexAttachment... indexAttachments)

        The indices attached to the specified object.

        Parameters:
        indexAttachments - The indices attached to the specified object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAttachedIndicesResponse.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.