Interface ListStreamUrlsResponse.Builder

  • Method Details

    • items

      A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.

      Parameters:
      items - A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.

      Parameters:
      items - A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A collection of stream URL summaries. Each summary includes the identity, status, and usage of the stream URL, but not its full configuration.

      This is a convenience method that creates an instance of the StreamUrlSummary.Builder avoiding the need to create one manually via StreamUrlSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<StreamUrlSummary>).

      Parameters:
      items - a consumer that will call methods on StreamUrlSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListStreamUrlsResponse.Builder nextToken(String nextToken)

      A token that marks the start of the next sequential page of results. If an operation doesn't return a token, you've reached the end of the list.

      Parameters:
      nextToken - A token that marks the start of the next sequential page of results. If an operation doesn't return a token, you've reached the end of the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.