Interface ListChannelsRequest.Builder

    • Method Detail

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