UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) associated with the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.audiences(String... audiences) |
The list of audiences defined in channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.audiences(Collection<String> audiences) |
The list of audiences defined in channel.
|
static UpdateChannelResponse.Builder |
UpdateChannelResponse.builder() |
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelName(String channelName) |
The name of the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelState(String channelState) |
Returns the state whether the channel is running or not.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.channelState(ChannelState channelState) |
Returns the state whether the channel is running or not.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.creationTime(Instant creationTime) |
The timestamp of when the channel was created.
|
default UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate) |
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.fillerSlate(SlateSource fillerSlate) |
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp that indicates when the channel was last modified.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.outputs(Collection<ResponseOutputItem> outputs) |
The channel's output properties.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.outputs(Consumer<ResponseOutputItem.Builder>... outputs) |
The channel's output properties.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.outputs(ResponseOutputItem... outputs) |
The channel's output properties.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.playbackMode(String playbackMode) |
The type of playback mode for this channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.tags(Map<String,String> tags) |
The tags to assign to the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.tier(String tier) |
The tier associated with this Channel.
|
default UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.timeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration) |
The time-shifted viewing configuration for the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration) |
The time-shifted viewing configuration for the channel.
|
UpdateChannelResponse.Builder |
UpdateChannelResponse.toBuilder() |
|