Interface ListChannelsResponse.Builder

  • Method Details

    • channels

      An array of structures that contain some information about the channels in the private re:Post.

      Parameters:
      channels - An array of structures that contain some information about the channels in the private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channels

      An array of structures that contain some information about the channels in the private re:Post.

      Parameters:
      channels - An array of structures that contain some information about the channels in the private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channels

      An array of structures that contain some information about the channels in the private re:Post.

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

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

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

      ListChannelsResponse.Builder nextToken(String nextToken)

      The token that you use when you request the next set of channels.

      Parameters:
      nextToken - The token that you use when you request the next set of channels.
      Returns:
      Returns a reference to this object so that method calls can be chained together.