Interface ListChannelsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>, MediaPackageV2Request.Builder, SdkBuilder<ListChannelsRequest.Builder,ListChannelsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListChannelsRequest

public static interface ListChannelsRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
  • Method Details

    • 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.
    • 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.