Interface DescribeVoicesResponse.Builder

    • Method Detail

      • voices

        DescribeVoicesResponse.Builder voices​(Collection<Voice> voices)

        A list of voices with their properties.

        Parameters:
        voices - A list of voices with their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voices

        DescribeVoicesResponse.Builder voices​(Voice... voices)

        A list of voices with their properties.

        Parameters:
        voices - A list of voices with their properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeVoicesResponse.Builder nextToken​(String nextToken)

        The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

        Parameters:
        nextToken - The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.