Interface UpdateChannelResponse.Builder

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

public static interface UpdateChannelResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelResponse.Builder,UpdateChannelResponse>
  • Method Details

    • arn

      The Amazon Resource Name (ARN) associated with the channel.

      Parameters:
      arn - The Amazon Resource Name (ARN) associated with the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelName

      UpdateChannelResponse.Builder channelName(String channelName)

      The name of the channel.

      Parameters:
      channelName - The name of the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelState

      UpdateChannelResponse.Builder channelState(String channelState)

      Returns the state whether the channel is running or not.

      Parameters:
      channelState - Returns the state whether the channel is running or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • channelState

      UpdateChannelResponse.Builder channelState(ChannelState channelState)

      Returns the state whether the channel is running or not.

      Parameters:
      channelState - Returns the state whether the channel is running or not.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      UpdateChannelResponse.Builder creationTime(Instant creationTime)

      The timestamp of when the channel was created.

      Parameters:
      creationTime - The timestamp of when the channel was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fillerSlate

      UpdateChannelResponse.Builder fillerSlate(SlateSource fillerSlate)

      The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.

      Parameters:
      fillerSlate - The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fillerSlate

      default UpdateChannelResponse.Builder fillerSlate(Consumer<SlateSource.Builder> fillerSlate)

      The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fillerSlate(SlateSource).

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

      UpdateChannelResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp that indicates when the channel was last modified.

      Parameters:
      lastModifiedTime - The timestamp that indicates when the channel was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      The channel's output properties.

      Parameters:
      outputs - The channel's output properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      The channel's output properties.

      Parameters:
      outputs - The channel's output properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      The channel's output properties.

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

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

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

      UpdateChannelResponse.Builder playbackMode(String playbackMode)

      The type of playback mode for this channel.

      LINEAR - Programs play back-to-back only once.

      LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.

      Parameters:
      playbackMode - The type of playback mode for this channel.

      LINEAR - Programs play back-to-back only once.

      LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.

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

      The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

      Parameters:
      tags - The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tier

      The tier associated with this Channel.

      Parameters:
      tier - The tier associated with this Channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.