Interface ListChannelsRequest.Builder

  • Method Details

    • clusterArn

      ListChannelsRequest.Builder clusterArn(String clusterArn)

      The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      Parameters:
      clusterArn -

      The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListChannelsRequest.Builder maxResults(Integer maxResults)

      Maximum number of channels to return in a single response.

      Parameters:
      maxResults -

      Maximum number of channels to return in a single response.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListChannelsRequest.Builder nextToken(String nextToken)

      If the response of ListChannels is truncated, it returns a nextToken in the response. This nextToken should be sent in the subsequent request to ListChannels.

      Parameters:
      nextToken -

      If the response of ListChannels is truncated, it returns a nextToken in the response. This nextToken should be sent in the subsequent request to ListChannels.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • topicNameFilter

      ListChannelsRequest.Builder topicNameFilter(String topicNameFilter)

      Filters results to channels whose topic name matches the specified value.

      Parameters:
      topicNameFilter -

      Filters results to channels whose topic name matches the specified value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.