Interface ListSpeechSynthesisTasksResponse.Builder

    • Method Detail

      • nextToken

        ListSpeechSynthesisTasksResponse.Builder nextToken​(String nextToken)

        An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.

        Parameters:
        nextToken - An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • synthesisTasks

        ListSpeechSynthesisTasksResponse.Builder synthesisTasks​(Collection<SynthesisTask> synthesisTasks)

        List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.

        Parameters:
        synthesisTasks - List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • synthesisTasks

        ListSpeechSynthesisTasksResponse.Builder synthesisTasks​(SynthesisTask... synthesisTasks)

        List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.

        Parameters:
        synthesisTasks - List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.