Interface ListPlaybackConfigurationsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListPlaybackConfigurationsResponse.Builder,ListPlaybackConfigurationsResponse>, MediaTailorResponse.Builder, SdkBuilder<ListPlaybackConfigurationsResponse.Builder,ListPlaybackConfigurationsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListPlaybackConfigurationsResponse

  • Method Details

    • items

      Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

      Parameters:
      items - Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

      Parameters:
      items - Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.

      This is a convenience method that creates an instance of the PlaybackConfiguration.Builder avoiding the need to create one manually via PlaybackConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<PlaybackConfiguration>).

      Parameters:
      items - a consumer that will call methods on PlaybackConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

      Parameters:
      nextToken - Pagination token returned by the GET list request when results exceed the maximum allowed. 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.