public static interface CaptionSelectorSettings.Builder extends CopyableBuilder<CaptionSelectorSettings.Builder,CaptionSelectorSettings>
| Modifier and Type | Method and Description |
|---|---|
CaptionSelectorSettings.Builder |
aribSourceSettings(AribSourceSettings aribSourceSettings)
Sets the value of the AribSourceSettings property for this object.
|
default CaptionSelectorSettings.Builder |
aribSourceSettings(Consumer<AribSourceSettings.Builder> aribSourceSettings)
Sets the value of the AribSourceSettings property for this object.
|
default CaptionSelectorSettings.Builder |
dvbSubSourceSettings(Consumer<DvbSubSourceSettings.Builder> dvbSubSourceSettings)
Sets the value of the DvbSubSourceSettings property for this object.
|
CaptionSelectorSettings.Builder |
dvbSubSourceSettings(DvbSubSourceSettings dvbSubSourceSettings)
Sets the value of the DvbSubSourceSettings property for this object.
|
default CaptionSelectorSettings.Builder |
embeddedSourceSettings(Consumer<EmbeddedSourceSettings.Builder> embeddedSourceSettings)
Sets the value of the EmbeddedSourceSettings property for this object.
|
CaptionSelectorSettings.Builder |
embeddedSourceSettings(EmbeddedSourceSettings embeddedSourceSettings)
Sets the value of the EmbeddedSourceSettings property for this object.
|
default CaptionSelectorSettings.Builder |
scte20SourceSettings(Consumer<Scte20SourceSettings.Builder> scte20SourceSettings)
Sets the value of the Scte20SourceSettings property for this object.
|
CaptionSelectorSettings.Builder |
scte20SourceSettings(Scte20SourceSettings scte20SourceSettings)
Sets the value of the Scte20SourceSettings property for this object.
|
default CaptionSelectorSettings.Builder |
scte27SourceSettings(Consumer<Scte27SourceSettings.Builder> scte27SourceSettings)
Sets the value of the Scte27SourceSettings property for this object.
|
CaptionSelectorSettings.Builder |
scte27SourceSettings(Scte27SourceSettings scte27SourceSettings)
Sets the value of the Scte27SourceSettings property for this object.
|
default CaptionSelectorSettings.Builder |
teletextSourceSettings(Consumer<TeletextSourceSettings.Builder> teletextSourceSettings)
Sets the value of the TeletextSourceSettings property for this object.
|
CaptionSelectorSettings.Builder |
teletextSourceSettings(TeletextSourceSettings teletextSourceSettings)
Sets the value of the TeletextSourceSettings property for this object.
|
copyapply, buildCaptionSelectorSettings.Builder aribSourceSettings(AribSourceSettings aribSourceSettings)
aribSourceSettings - The new value for the AribSourceSettings property for this object.default CaptionSelectorSettings.Builder aribSourceSettings(Consumer<AribSourceSettings.Builder> aribSourceSettings)
AribSourceSettings.Builder avoiding the need to
create one manually via AribSourceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to aribSourceSettings(AribSourceSettings).aribSourceSettings - a consumer that will call methods on AribSourceSettings.BuilderaribSourceSettings(AribSourceSettings)CaptionSelectorSettings.Builder dvbSubSourceSettings(DvbSubSourceSettings dvbSubSourceSettings)
dvbSubSourceSettings - The new value for the DvbSubSourceSettings property for this object.default CaptionSelectorSettings.Builder dvbSubSourceSettings(Consumer<DvbSubSourceSettings.Builder> dvbSubSourceSettings)
DvbSubSourceSettings.Builder avoiding the need
to create one manually via DvbSubSourceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dvbSubSourceSettings(DvbSubSourceSettings).dvbSubSourceSettings - a consumer that will call methods on DvbSubSourceSettings.BuilderdvbSubSourceSettings(DvbSubSourceSettings)CaptionSelectorSettings.Builder embeddedSourceSettings(EmbeddedSourceSettings embeddedSourceSettings)
embeddedSourceSettings - The new value for the EmbeddedSourceSettings property for this object.default CaptionSelectorSettings.Builder embeddedSourceSettings(Consumer<EmbeddedSourceSettings.Builder> embeddedSourceSettings)
EmbeddedSourceSettings.Builder avoiding the
need to create one manually via EmbeddedSourceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to embeddedSourceSettings(EmbeddedSourceSettings).embeddedSourceSettings - a consumer that will call methods on EmbeddedSourceSettings.BuilderembeddedSourceSettings(EmbeddedSourceSettings)CaptionSelectorSettings.Builder scte20SourceSettings(Scte20SourceSettings scte20SourceSettings)
scte20SourceSettings - The new value for the Scte20SourceSettings property for this object.default CaptionSelectorSettings.Builder scte20SourceSettings(Consumer<Scte20SourceSettings.Builder> scte20SourceSettings)
Scte20SourceSettings.Builder avoiding the need
to create one manually via Scte20SourceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to scte20SourceSettings(Scte20SourceSettings).scte20SourceSettings - a consumer that will call methods on Scte20SourceSettings.Builderscte20SourceSettings(Scte20SourceSettings)CaptionSelectorSettings.Builder scte27SourceSettings(Scte27SourceSettings scte27SourceSettings)
scte27SourceSettings - The new value for the Scte27SourceSettings property for this object.default CaptionSelectorSettings.Builder scte27SourceSettings(Consumer<Scte27SourceSettings.Builder> scte27SourceSettings)
Scte27SourceSettings.Builder avoiding the need
to create one manually via Scte27SourceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to scte27SourceSettings(Scte27SourceSettings).scte27SourceSettings - a consumer that will call methods on Scte27SourceSettings.Builderscte27SourceSettings(Scte27SourceSettings)CaptionSelectorSettings.Builder teletextSourceSettings(TeletextSourceSettings teletextSourceSettings)
teletextSourceSettings - The new value for the TeletextSourceSettings property for this object.default CaptionSelectorSettings.Builder teletextSourceSettings(Consumer<TeletextSourceSettings.Builder> teletextSourceSettings)
TeletextSourceSettings.Builder avoiding the
need to create one manually via TeletextSourceSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to teletextSourceSettings(TeletextSourceSettings).teletextSourceSettings - a consumer that will call methods on TeletextSourceSettings.BuilderteletextSourceSettings(TeletextSourceSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.