Interface ListSharesResponse.Builder

    • Method Detail

      • shares

        ListSharesResponse.Builder shares​(Collection<ShareDetails> shares)

        The shares available and their metadata details.

        Parameters:
        shares - The shares available and their metadata details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shares

        ListSharesResponse.Builder shares​(ShareDetails... shares)

        The shares available and their metadata details.

        Parameters:
        shares - The shares available and their metadata details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSharesResponse.Builder nextToken​(String nextToken)

        Next token returned in the response of a previous ListSharesResponse call. Used to get the next page of results.

        Parameters:
        nextToken - Next token returned in the response of a previous ListSharesResponse call. Used to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.