Interface UpdateChannelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateChannelResponse.Builder,,UpdateChannelResponse> MediaTailorResponse.Builder,SdkBuilder<UpdateChannelResponse.Builder,,UpdateChannelResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateChannelResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) associated with the channel.The list of audiences defined in channel.audiences(Collection<String> audiences) The list of audiences defined in channel.channelName(String channelName) The name of the channel.channelState(String channelState) Returns the state whether the channel is running or not.channelState(ChannelState channelState) Returns the state whether the channel is running or not.creationTime(Instant creationTime) The timestamp of when the channel was created.default UpdateChannelResponse.BuilderfillerSlate(Consumer<SlateSource.Builder> fillerSlate) The slate used to fill gaps between programs in the schedule.fillerSlate(SlateSource fillerSlate) The slate used to fill gaps between programs in the schedule.lastModifiedTime(Instant lastModifiedTime) The timestamp that indicates when the channel was last modified.outputs(Collection<ResponseOutputItem> outputs) The channel's output properties.outputs(Consumer<ResponseOutputItem.Builder>... outputs) The channel's output properties.outputs(ResponseOutputItem... outputs) The channel's output properties.playbackMode(String playbackMode) The type of playback mode for this channel.The tags to assign to the channel.The tier associated with this Channel.default UpdateChannelResponse.BuildertimeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration) The time-shifted viewing configuration for the channel.timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration) The time-shifted viewing configuration for the channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
audiences
The list of audiences defined in channel.
- Parameters:
audiences- The list of audiences defined in channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audiences
The list of audiences defined in channel.
- Parameters:
audiences- The list of audiences defined in channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
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
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the
LINEARPlaybackMode. MediaTailor doesn't support filler slate for channels using theLOOPPlaybackMode.- Parameters:
fillerSlate- The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses theLINEARPlaybackMode. MediaTailor doesn't support filler slate for channels using theLOOPPlaybackMode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fillerSlate
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the
This is a convenience method that creates an instance of theLINEARPlaybackMode. MediaTailor doesn't support filler slate for channels using theLOOPPlaybackMode.SlateSource.Builderavoiding the need to create one manually viaSlateSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofillerSlate(SlateSource).- Parameters:
fillerSlate- a consumer that will call methods onSlateSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 theResponseOutputItem.Builderavoiding the need to create one manually viaResponseOutputItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputs(List<ResponseOutputItem>).- Parameters:
outputs- a consumer that will call methods onResponseOutputItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
timeShiftConfiguration
The time-shifted viewing configuration for the channel.
- Parameters:
timeShiftConfiguration- The time-shifted viewing configuration for the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeShiftConfiguration
default UpdateChannelResponse.Builder timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration) The time-shifted viewing configuration for the channel.
This is a convenience method that creates an instance of theTimeShiftConfiguration.Builderavoiding the need to create one manually viaTimeShiftConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimeShiftConfiguration(TimeShiftConfiguration).- Parameters:
timeShiftConfiguration- a consumer that will call methods onTimeShiftConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-