Interface ListChannelsRequest.Builder

    • Method Detail

      • channelGroupName

        ListChannelsRequest.Builder channelGroupName​(String channelGroupName)

        The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

        Parameters:
        channelGroupName - The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListChannelsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in the response.

        Parameters:
        maxResults - The maximum number of results to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsRequest.Builder nextToken​(String nextToken)

        The pagination token from the GET list request. Use the token to fetch the next page of results.

        Parameters:
        nextToken - The pagination token from the GET list request. Use the token to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.