Interface ListPrefetchSchedulesRequest.Builder

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

public static interface ListPrefetchSchedulesRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListPrefetchSchedulesRequest.Builder,ListPrefetchSchedulesRequest>
  • Method Details

    • maxResults

      The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If there are more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.

      Parameters:
      maxResults - The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If there are more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.

      For the first ListPrefetchSchedulesRequest request, omit this value.

      For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

      If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.

      Parameters:
      nextToken - (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.

      For the first ListPrefetchSchedulesRequest request, omit this value.

      For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

      If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.

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

      ListPrefetchSchedulesRequest.Builder playbackConfigurationName(String playbackConfigurationName)

      Retrieves the prefetch schedule(s) for a specific playback configuration.

      Parameters:
      playbackConfigurationName - Retrieves the prefetch schedule(s) for a specific playback configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamId

      An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.

      Parameters:
      streamId - An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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