public static interface CaptionSourceSettings.Builder extends SdkPojo, CopyableBuilder<CaptionSourceSettings.Builder,CaptionSourceSettings>
Modifier and Type | Method and Description |
---|---|
CaptionSourceSettings.Builder |
ancillarySourceSettings(AncillarySourceSettings ancillarySourceSettings)
Sets the value of the AncillarySourceSettings property for this object.
|
default CaptionSourceSettings.Builder |
ancillarySourceSettings(Consumer<AncillarySourceSettings.Builder> ancillarySourceSettings)
Sets the value of the AncillarySourceSettings property for this object.
|
default CaptionSourceSettings.Builder |
dvbSubSourceSettings(Consumer<DvbSubSourceSettings.Builder> dvbSubSourceSettings)
Sets the value of the DvbSubSourceSettings property for this object.
|
CaptionSourceSettings.Builder |
dvbSubSourceSettings(DvbSubSourceSettings dvbSubSourceSettings)
Sets the value of the DvbSubSourceSettings property for this object.
|
default CaptionSourceSettings.Builder |
embeddedSourceSettings(Consumer<EmbeddedSourceSettings.Builder> embeddedSourceSettings)
Sets the value of the EmbeddedSourceSettings property for this object.
|
CaptionSourceSettings.Builder |
embeddedSourceSettings(EmbeddedSourceSettings embeddedSourceSettings)
Sets the value of the EmbeddedSourceSettings property for this object.
|
default CaptionSourceSettings.Builder |
fileSourceSettings(Consumer<FileSourceSettings.Builder> fileSourceSettings)
Sets the value of the FileSourceSettings property for this object.
|
CaptionSourceSettings.Builder |
fileSourceSettings(FileSourceSettings fileSourceSettings)
Sets the value of the FileSourceSettings property for this object.
|
CaptionSourceSettings.Builder |
sourceType(CaptionSourceType sourceType)
Sets the value of the SourceType property for this object.
|
CaptionSourceSettings.Builder |
sourceType(String sourceType)
Sets the value of the SourceType property for this object.
|
default CaptionSourceSettings.Builder |
teletextSourceSettings(Consumer<TeletextSourceSettings.Builder> teletextSourceSettings)
Sets the value of the TeletextSourceSettings property for this object.
|
CaptionSourceSettings.Builder |
teletextSourceSettings(TeletextSourceSettings teletextSourceSettings)
Sets the value of the TeletextSourceSettings property for this object.
|
copy
applyMutation, build
CaptionSourceSettings.Builder ancillarySourceSettings(AncillarySourceSettings ancillarySourceSettings)
ancillarySourceSettings
- The new value for the AncillarySourceSettings property for this object.default CaptionSourceSettings.Builder ancillarySourceSettings(Consumer<AncillarySourceSettings.Builder> ancillarySourceSettings)
AncillarySourceSettings.Builder
avoiding the
need to create one manually via AncillarySourceSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to ancillarySourceSettings(AncillarySourceSettings)
.ancillarySourceSettings
- a consumer that will call methods on AncillarySourceSettings.Builder
ancillarySourceSettings(AncillarySourceSettings)
CaptionSourceSettings.Builder dvbSubSourceSettings(DvbSubSourceSettings dvbSubSourceSettings)
dvbSubSourceSettings
- The new value for the DvbSubSourceSettings property for this object.default CaptionSourceSettings.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.Builder
dvbSubSourceSettings(DvbSubSourceSettings)
CaptionSourceSettings.Builder embeddedSourceSettings(EmbeddedSourceSettings embeddedSourceSettings)
embeddedSourceSettings
- The new value for the EmbeddedSourceSettings property for this object.default CaptionSourceSettings.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.Builder
embeddedSourceSettings(EmbeddedSourceSettings)
CaptionSourceSettings.Builder fileSourceSettings(FileSourceSettings fileSourceSettings)
fileSourceSettings
- The new value for the FileSourceSettings property for this object.default CaptionSourceSettings.Builder fileSourceSettings(Consumer<FileSourceSettings.Builder> fileSourceSettings)
FileSourceSettings.Builder
avoiding the need to
create one manually via FileSourceSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to fileSourceSettings(FileSourceSettings)
.fileSourceSettings
- a consumer that will call methods on FileSourceSettings.Builder
fileSourceSettings(FileSourceSettings)
CaptionSourceSettings.Builder sourceType(String sourceType)
sourceType
- The new value for the SourceType property for this object.CaptionSourceType
,
CaptionSourceType
CaptionSourceSettings.Builder sourceType(CaptionSourceType sourceType)
sourceType
- The new value for the SourceType property for this object.CaptionSourceType
,
CaptionSourceType
CaptionSourceSettings.Builder teletextSourceSettings(TeletextSourceSettings teletextSourceSettings)
teletextSourceSettings
- The new value for the TeletextSourceSettings property for this object.default CaptionSourceSettings.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.Builder
teletextSourceSettings(TeletextSourceSettings)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.