| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static SlateSource.Builder |
SlateSource.builder() |
SlateSource.Builder |
SlateSource.Builder.sourceLocationName(String sourceLocationName)
The name of the source location where the slate VOD source is stored.
|
SlateSource.Builder |
SlateSource.toBuilder() |
SlateSource.Builder |
SlateSource.Builder.vodSourceName(String vodSourceName)
The slate VOD source name.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SlateSource.Builder> |
SlateSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateChannelRequest.Builder |
CreateChannelRequest.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
default CreateChannelResponse.Builder |
CreateChannelResponse.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
default Channel.Builder |
Channel.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
default UpdateChannelResponse.Builder |
UpdateChannelResponse.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
default DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.fillerSlate(Consumer<SlateSource.Builder> fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
default AdBreak.Builder |
AdBreak.Builder.slate(Consumer<SlateSource.Builder> slate)
Ad break slate configuration.
|
Copyright © 2021. All rights reserved.