Interface ListChannelsRequest.Builder

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

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

    • filterByName

      ListChannelsRequest.Builder filterByName(String filterByName)

      Filters the channel list to match the specified name.

      Parameters:
      filterByName - Filters the channel list to match the specified name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterByPlaybackRestrictionPolicyArn

      ListChannelsRequest.Builder filterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)

      Filters the channel list to match the specified policy.

      Parameters:
      filterByPlaybackRestrictionPolicyArn - Filters the channel list to match the specified policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterByRecordingConfigurationArn

      ListChannelsRequest.Builder filterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)

      Filters the channel list to match the specified recording-configuration ARN.

      Parameters:
      filterByRecordingConfigurationArn - Filters the channel list to match the specified recording-configuration ARN.
      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. Default: 100.

      Parameters:
      maxResults - Maximum number of channels to return. Default: 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListChannelsRequest.Builder nextToken(String nextToken)

      The first channel to retrieve. This is used for pagination; see the nextToken response field.

      Parameters:
      nextToken - The first channel to retrieve. This is used for pagination; see the nextToken response field.
      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.