Interface DescribeChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeChannelResponse.Builder,DescribeChannelResponse>,MediaTailorResponse.Builder,SdkBuilder<DescribeChannelResponse.Builder,DescribeChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeChannelResponse
public static interface DescribeChannelResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<DescribeChannelResponse.Builder,DescribeChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeChannelResponse.Builderarn(String arn)The ARN of the channel.DescribeChannelResponse.BuilderchannelName(String channelName)The name of the channel.DescribeChannelResponse.BuilderchannelState(String channelState)Indicates whether the channel is in a running state or not.DescribeChannelResponse.BuilderchannelState(ChannelState channelState)Indicates whether the channel is in a running state or not.DescribeChannelResponse.BuildercreationTime(Instant creationTime)The timestamp of when the channel was created.default DescribeChannelResponse.BuilderfillerSlate(Consumer<SlateSource.Builder> fillerSlate)Contains information about the slate used to fill gaps between programs in the schedule.DescribeChannelResponse.BuilderfillerSlate(SlateSource fillerSlate)Contains information about the slate used to fill gaps between programs in the schedule.DescribeChannelResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp of when the channel was last modified.default DescribeChannelResponse.BuilderlogConfiguration(Consumer<LogConfigurationForChannel.Builder> logConfiguration)The log configuration for the channel.DescribeChannelResponse.BuilderlogConfiguration(LogConfigurationForChannel logConfiguration)The log configuration for the channel.DescribeChannelResponse.Builderoutputs(Collection<ResponseOutputItem> outputs)The channel's output properties.DescribeChannelResponse.Builderoutputs(Consumer<ResponseOutputItem.Builder>... outputs)The channel's output properties.DescribeChannelResponse.Builderoutputs(ResponseOutputItem... outputs)The channel's output properties.DescribeChannelResponse.BuilderplaybackMode(String playbackMode)The channel's playback mode.DescribeChannelResponse.Buildertags(Map<String,String> tags)The tags assigned to the channel.DescribeChannelResponse.Buildertier(String tier)The channel's tier.default DescribeChannelResponse.BuildertimeShiftConfiguration(Consumer<TimeShiftConfiguration.Builder> timeShiftConfiguration)The time-shifted viewing configuration for the channel.DescribeChannelResponse.BuildertimeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)The time-shifted viewing configuration for the channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DescribeChannelResponse.Builder arn(String arn)
The ARN of the channel.
- Parameters:
arn- The ARN of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
DescribeChannelResponse.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
DescribeChannelResponse.Builder channelState(String channelState)
Indicates whether the channel is in a running state or not.
- Parameters:
channelState- Indicates whether the channel is in a running state or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelState,ChannelState
-
channelState
DescribeChannelResponse.Builder channelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
- Parameters:
channelState- Indicates whether the channel is in a running state or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelState,ChannelState
-
creationTime
DescribeChannelResponse.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
DescribeChannelResponse.Builder fillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
- Parameters:
fillerSlate- Contains information about the slate used to fill gaps between programs in the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fillerSlate
default DescribeChannelResponse.Builder fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
This is a convenience method that creates an instance of theSlateSource.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:
fillerSlate(SlateSource)
-
lastModifiedTime
DescribeChannelResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp of when the channel was last modified.
- Parameters:
lastModifiedTime- The timestamp of when the channel was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logConfiguration
DescribeChannelResponse.Builder logConfiguration(LogConfigurationForChannel logConfiguration)
The log configuration for the channel.
- Parameters:
logConfiguration- The log configuration for the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logConfiguration
default DescribeChannelResponse.Builder logConfiguration(Consumer<LogConfigurationForChannel.Builder> logConfiguration)
The log configuration for the channel.
This is a convenience method that creates an instance of theLogConfigurationForChannel.Builderavoiding the need to create one manually viaLogConfigurationForChannel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologConfiguration(LogConfigurationForChannel).- Parameters:
logConfiguration- a consumer that will call methods onLogConfigurationForChannel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
logConfiguration(LogConfigurationForChannel)
-
outputs
DescribeChannelResponse.Builder outputs(Collection<ResponseOutputItem> 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
DescribeChannelResponse.Builder outputs(ResponseOutputItem... 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
DescribeChannelResponse.Builder outputs(Consumer<ResponseOutputItem.Builder>... 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 to#outputs(List.) - 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:
#outputs(java.util.Collection)
-
playbackMode
DescribeChannelResponse.Builder playbackMode(String playbackMode)
The channel's playback mode.
- Parameters:
playbackMode- The channel's playback mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeChannelResponse.Builder tags(Map<String,String> tags)
The tags assigned 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 assigned 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
DescribeChannelResponse.Builder tier(String tier)
The channel's tier.
- Parameters:
tier- The channel's tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeShiftConfiguration
DescribeChannelResponse.Builder timeShiftConfiguration(TimeShiftConfiguration 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 DescribeChannelResponse.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:
timeShiftConfiguration(TimeShiftConfiguration)
-
-