Interface CaptionDestinationSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>,SdkBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>,SdkPojo
- Enclosing class:
- CaptionDestinationSettings
public static interface CaptionDestinationSettings.Builder extends SdkPojo, CopyableBuilder<CaptionDestinationSettings.Builder,CaptionDestinationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CaptionDestinationSettings.BuilderaribDestinationSettings(Consumer<AribDestinationSettings.Builder> aribDestinationSettings)Sets the value of the AribDestinationSettings property for this object.CaptionDestinationSettings.BuilderaribDestinationSettings(AribDestinationSettings aribDestinationSettings)Sets the value of the AribDestinationSettings property for this object.default CaptionDestinationSettings.BuilderburnInDestinationSettings(Consumer<BurnInDestinationSettings.Builder> burnInDestinationSettings)Sets the value of the BurnInDestinationSettings property for this object.CaptionDestinationSettings.BuilderburnInDestinationSettings(BurnInDestinationSettings burnInDestinationSettings)Sets the value of the BurnInDestinationSettings property for this object.default CaptionDestinationSettings.BuilderdvbSubDestinationSettings(Consumer<DvbSubDestinationSettings.Builder> dvbSubDestinationSettings)Sets the value of the DvbSubDestinationSettings property for this object.CaptionDestinationSettings.BuilderdvbSubDestinationSettings(DvbSubDestinationSettings dvbSubDestinationSettings)Sets the value of the DvbSubDestinationSettings property for this object.default CaptionDestinationSettings.BuilderebuTtDDestinationSettings(Consumer<EbuTtDDestinationSettings.Builder> ebuTtDDestinationSettings)Sets the value of the EbuTtDDestinationSettings property for this object.CaptionDestinationSettings.BuilderebuTtDDestinationSettings(EbuTtDDestinationSettings ebuTtDDestinationSettings)Sets the value of the EbuTtDDestinationSettings property for this object.default CaptionDestinationSettings.BuilderembeddedDestinationSettings(Consumer<EmbeddedDestinationSettings.Builder> embeddedDestinationSettings)Sets the value of the EmbeddedDestinationSettings property for this object.CaptionDestinationSettings.BuilderembeddedDestinationSettings(EmbeddedDestinationSettings embeddedDestinationSettings)Sets the value of the EmbeddedDestinationSettings property for this object.default CaptionDestinationSettings.BuilderembeddedPlusScte20DestinationSettings(Consumer<EmbeddedPlusScte20DestinationSettings.Builder> embeddedPlusScte20DestinationSettings)Sets the value of the EmbeddedPlusScte20DestinationSettings property for this object.CaptionDestinationSettings.BuilderembeddedPlusScte20DestinationSettings(EmbeddedPlusScte20DestinationSettings embeddedPlusScte20DestinationSettings)Sets the value of the EmbeddedPlusScte20DestinationSettings property for this object.default CaptionDestinationSettings.BuilderrtmpCaptionInfoDestinationSettings(Consumer<RtmpCaptionInfoDestinationSettings.Builder> rtmpCaptionInfoDestinationSettings)Sets the value of the RtmpCaptionInfoDestinationSettings property for this object.CaptionDestinationSettings.BuilderrtmpCaptionInfoDestinationSettings(RtmpCaptionInfoDestinationSettings rtmpCaptionInfoDestinationSettings)Sets the value of the RtmpCaptionInfoDestinationSettings property for this object.default CaptionDestinationSettings.Builderscte20PlusEmbeddedDestinationSettings(Consumer<Scte20PlusEmbeddedDestinationSettings.Builder> scte20PlusEmbeddedDestinationSettings)Sets the value of the Scte20PlusEmbeddedDestinationSettings property for this object.CaptionDestinationSettings.Builderscte20PlusEmbeddedDestinationSettings(Scte20PlusEmbeddedDestinationSettings scte20PlusEmbeddedDestinationSettings)Sets the value of the Scte20PlusEmbeddedDestinationSettings property for this object.default CaptionDestinationSettings.Builderscte27DestinationSettings(Consumer<Scte27DestinationSettings.Builder> scte27DestinationSettings)Sets the value of the Scte27DestinationSettings property for this object.CaptionDestinationSettings.Builderscte27DestinationSettings(Scte27DestinationSettings scte27DestinationSettings)Sets the value of the Scte27DestinationSettings property for this object.default CaptionDestinationSettings.BuildersmpteTtDestinationSettings(Consumer<SmpteTtDestinationSettings.Builder> smpteTtDestinationSettings)Sets the value of the SmpteTtDestinationSettings property for this object.CaptionDestinationSettings.BuildersmpteTtDestinationSettings(SmpteTtDestinationSettings smpteTtDestinationSettings)Sets the value of the SmpteTtDestinationSettings property for this object.default CaptionDestinationSettings.BuilderteletextDestinationSettings(Consumer<TeletextDestinationSettings.Builder> teletextDestinationSettings)Sets the value of the TeletextDestinationSettings property for this object.CaptionDestinationSettings.BuilderteletextDestinationSettings(TeletextDestinationSettings teletextDestinationSettings)Sets the value of the TeletextDestinationSettings property for this object.default CaptionDestinationSettings.BuilderttmlDestinationSettings(Consumer<TtmlDestinationSettings.Builder> ttmlDestinationSettings)Sets the value of the TtmlDestinationSettings property for this object.CaptionDestinationSettings.BuilderttmlDestinationSettings(TtmlDestinationSettings ttmlDestinationSettings)Sets the value of the TtmlDestinationSettings property for this object.default CaptionDestinationSettings.BuilderwebvttDestinationSettings(Consumer<WebvttDestinationSettings.Builder> webvttDestinationSettings)Sets the value of the WebvttDestinationSettings property for this object.CaptionDestinationSettings.BuilderwebvttDestinationSettings(WebvttDestinationSettings webvttDestinationSettings)Sets the value of the WebvttDestinationSettings property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
aribDestinationSettings
CaptionDestinationSettings.Builder aribDestinationSettings(AribDestinationSettings aribDestinationSettings)
Sets the value of the AribDestinationSettings property for this object.- Parameters:
aribDestinationSettings- The new value for the AribDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aribDestinationSettings
default CaptionDestinationSettings.Builder aribDestinationSettings(Consumer<AribDestinationSettings.Builder> aribDestinationSettings)
Sets the value of the AribDestinationSettings property for this object. This is a convenience method that creates an instance of theAribDestinationSettings.Builderavoiding the need to create one manually viaAribDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaribDestinationSettings(AribDestinationSettings).- Parameters:
aribDestinationSettings- a consumer that will call methods onAribDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
aribDestinationSettings(AribDestinationSettings)
-
burnInDestinationSettings
CaptionDestinationSettings.Builder burnInDestinationSettings(BurnInDestinationSettings burnInDestinationSettings)
Sets the value of the BurnInDestinationSettings property for this object.- Parameters:
burnInDestinationSettings- The new value for the BurnInDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
burnInDestinationSettings
default CaptionDestinationSettings.Builder burnInDestinationSettings(Consumer<BurnInDestinationSettings.Builder> burnInDestinationSettings)
Sets the value of the BurnInDestinationSettings property for this object. This is a convenience method that creates an instance of theBurnInDestinationSettings.Builderavoiding the need to create one manually viaBurnInDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toburnInDestinationSettings(BurnInDestinationSettings).- Parameters:
burnInDestinationSettings- a consumer that will call methods onBurnInDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
burnInDestinationSettings(BurnInDestinationSettings)
-
dvbSubDestinationSettings
CaptionDestinationSettings.Builder dvbSubDestinationSettings(DvbSubDestinationSettings dvbSubDestinationSettings)
Sets the value of the DvbSubDestinationSettings property for this object.- Parameters:
dvbSubDestinationSettings- The new value for the DvbSubDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dvbSubDestinationSettings
default CaptionDestinationSettings.Builder dvbSubDestinationSettings(Consumer<DvbSubDestinationSettings.Builder> dvbSubDestinationSettings)
Sets the value of the DvbSubDestinationSettings property for this object. This is a convenience method that creates an instance of theDvbSubDestinationSettings.Builderavoiding the need to create one manually viaDvbSubDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todvbSubDestinationSettings(DvbSubDestinationSettings).- Parameters:
dvbSubDestinationSettings- a consumer that will call methods onDvbSubDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dvbSubDestinationSettings(DvbSubDestinationSettings)
-
ebuTtDDestinationSettings
CaptionDestinationSettings.Builder ebuTtDDestinationSettings(EbuTtDDestinationSettings ebuTtDDestinationSettings)
Sets the value of the EbuTtDDestinationSettings property for this object.- Parameters:
ebuTtDDestinationSettings- The new value for the EbuTtDDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ebuTtDDestinationSettings
default CaptionDestinationSettings.Builder ebuTtDDestinationSettings(Consumer<EbuTtDDestinationSettings.Builder> ebuTtDDestinationSettings)
Sets the value of the EbuTtDDestinationSettings property for this object. This is a convenience method that creates an instance of theEbuTtDDestinationSettings.Builderavoiding the need to create one manually viaEbuTtDDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toebuTtDDestinationSettings(EbuTtDDestinationSettings).- Parameters:
ebuTtDDestinationSettings- a consumer that will call methods onEbuTtDDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ebuTtDDestinationSettings(EbuTtDDestinationSettings)
-
embeddedDestinationSettings
CaptionDestinationSettings.Builder embeddedDestinationSettings(EmbeddedDestinationSettings embeddedDestinationSettings)
Sets the value of the EmbeddedDestinationSettings property for this object.- Parameters:
embeddedDestinationSettings- The new value for the EmbeddedDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
embeddedDestinationSettings
default CaptionDestinationSettings.Builder embeddedDestinationSettings(Consumer<EmbeddedDestinationSettings.Builder> embeddedDestinationSettings)
Sets the value of the EmbeddedDestinationSettings property for this object. This is a convenience method that creates an instance of theEmbeddedDestinationSettings.Builderavoiding the need to create one manually viaEmbeddedDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toembeddedDestinationSettings(EmbeddedDestinationSettings).- Parameters:
embeddedDestinationSettings- a consumer that will call methods onEmbeddedDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
embeddedDestinationSettings(EmbeddedDestinationSettings)
-
embeddedPlusScte20DestinationSettings
CaptionDestinationSettings.Builder embeddedPlusScte20DestinationSettings(EmbeddedPlusScte20DestinationSettings embeddedPlusScte20DestinationSettings)
Sets the value of the EmbeddedPlusScte20DestinationSettings property for this object.- Parameters:
embeddedPlusScte20DestinationSettings- The new value for the EmbeddedPlusScte20DestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
embeddedPlusScte20DestinationSettings
default CaptionDestinationSettings.Builder embeddedPlusScte20DestinationSettings(Consumer<EmbeddedPlusScte20DestinationSettings.Builder> embeddedPlusScte20DestinationSettings)
Sets the value of the EmbeddedPlusScte20DestinationSettings property for this object. This is a convenience method that creates an instance of theEmbeddedPlusScte20DestinationSettings.Builderavoiding the need to create one manually viaEmbeddedPlusScte20DestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toembeddedPlusScte20DestinationSettings(EmbeddedPlusScte20DestinationSettings).- Parameters:
embeddedPlusScte20DestinationSettings- a consumer that will call methods onEmbeddedPlusScte20DestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
embeddedPlusScte20DestinationSettings(EmbeddedPlusScte20DestinationSettings)
-
rtmpCaptionInfoDestinationSettings
CaptionDestinationSettings.Builder rtmpCaptionInfoDestinationSettings(RtmpCaptionInfoDestinationSettings rtmpCaptionInfoDestinationSettings)
Sets the value of the RtmpCaptionInfoDestinationSettings property for this object.- Parameters:
rtmpCaptionInfoDestinationSettings- The new value for the RtmpCaptionInfoDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rtmpCaptionInfoDestinationSettings
default CaptionDestinationSettings.Builder rtmpCaptionInfoDestinationSettings(Consumer<RtmpCaptionInfoDestinationSettings.Builder> rtmpCaptionInfoDestinationSettings)
Sets the value of the RtmpCaptionInfoDestinationSettings property for this object. This is a convenience method that creates an instance of theRtmpCaptionInfoDestinationSettings.Builderavoiding the need to create one manually viaRtmpCaptionInfoDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tortmpCaptionInfoDestinationSettings(RtmpCaptionInfoDestinationSettings).- Parameters:
rtmpCaptionInfoDestinationSettings- a consumer that will call methods onRtmpCaptionInfoDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
rtmpCaptionInfoDestinationSettings(RtmpCaptionInfoDestinationSettings)
-
scte20PlusEmbeddedDestinationSettings
CaptionDestinationSettings.Builder scte20PlusEmbeddedDestinationSettings(Scte20PlusEmbeddedDestinationSettings scte20PlusEmbeddedDestinationSettings)
Sets the value of the Scte20PlusEmbeddedDestinationSettings property for this object.- Parameters:
scte20PlusEmbeddedDestinationSettings- The new value for the Scte20PlusEmbeddedDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scte20PlusEmbeddedDestinationSettings
default CaptionDestinationSettings.Builder scte20PlusEmbeddedDestinationSettings(Consumer<Scte20PlusEmbeddedDestinationSettings.Builder> scte20PlusEmbeddedDestinationSettings)
Sets the value of the Scte20PlusEmbeddedDestinationSettings property for this object. This is a convenience method that creates an instance of theScte20PlusEmbeddedDestinationSettings.Builderavoiding the need to create one manually viaScte20PlusEmbeddedDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscte20PlusEmbeddedDestinationSettings(Scte20PlusEmbeddedDestinationSettings).- Parameters:
scte20PlusEmbeddedDestinationSettings- a consumer that will call methods onScte20PlusEmbeddedDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
scte20PlusEmbeddedDestinationSettings(Scte20PlusEmbeddedDestinationSettings)
-
scte27DestinationSettings
CaptionDestinationSettings.Builder scte27DestinationSettings(Scte27DestinationSettings scte27DestinationSettings)
Sets the value of the Scte27DestinationSettings property for this object.- Parameters:
scte27DestinationSettings- The new value for the Scte27DestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scte27DestinationSettings
default CaptionDestinationSettings.Builder scte27DestinationSettings(Consumer<Scte27DestinationSettings.Builder> scte27DestinationSettings)
Sets the value of the Scte27DestinationSettings property for this object. This is a convenience method that creates an instance of theScte27DestinationSettings.Builderavoiding the need to create one manually viaScte27DestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscte27DestinationSettings(Scte27DestinationSettings).- Parameters:
scte27DestinationSettings- a consumer that will call methods onScte27DestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
scte27DestinationSettings(Scte27DestinationSettings)
-
smpteTtDestinationSettings
CaptionDestinationSettings.Builder smpteTtDestinationSettings(SmpteTtDestinationSettings smpteTtDestinationSettings)
Sets the value of the SmpteTtDestinationSettings property for this object.- Parameters:
smpteTtDestinationSettings- The new value for the SmpteTtDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smpteTtDestinationSettings
default CaptionDestinationSettings.Builder smpteTtDestinationSettings(Consumer<SmpteTtDestinationSettings.Builder> smpteTtDestinationSettings)
Sets the value of the SmpteTtDestinationSettings property for this object. This is a convenience method that creates an instance of theSmpteTtDestinationSettings.Builderavoiding the need to create one manually viaSmpteTtDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosmpteTtDestinationSettings(SmpteTtDestinationSettings).- Parameters:
smpteTtDestinationSettings- a consumer that will call methods onSmpteTtDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
smpteTtDestinationSettings(SmpteTtDestinationSettings)
-
teletextDestinationSettings
CaptionDestinationSettings.Builder teletextDestinationSettings(TeletextDestinationSettings teletextDestinationSettings)
Sets the value of the TeletextDestinationSettings property for this object.- Parameters:
teletextDestinationSettings- The new value for the TeletextDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
teletextDestinationSettings
default CaptionDestinationSettings.Builder teletextDestinationSettings(Consumer<TeletextDestinationSettings.Builder> teletextDestinationSettings)
Sets the value of the TeletextDestinationSettings property for this object. This is a convenience method that creates an instance of theTeletextDestinationSettings.Builderavoiding the need to create one manually viaTeletextDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toteletextDestinationSettings(TeletextDestinationSettings).- Parameters:
teletextDestinationSettings- a consumer that will call methods onTeletextDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
teletextDestinationSettings(TeletextDestinationSettings)
-
ttmlDestinationSettings
CaptionDestinationSettings.Builder ttmlDestinationSettings(TtmlDestinationSettings ttmlDestinationSettings)
Sets the value of the TtmlDestinationSettings property for this object.- Parameters:
ttmlDestinationSettings- The new value for the TtmlDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ttmlDestinationSettings
default CaptionDestinationSettings.Builder ttmlDestinationSettings(Consumer<TtmlDestinationSettings.Builder> ttmlDestinationSettings)
Sets the value of the TtmlDestinationSettings property for this object. This is a convenience method that creates an instance of theTtmlDestinationSettings.Builderavoiding the need to create one manually viaTtmlDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tottmlDestinationSettings(TtmlDestinationSettings).- Parameters:
ttmlDestinationSettings- a consumer that will call methods onTtmlDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ttmlDestinationSettings(TtmlDestinationSettings)
-
webvttDestinationSettings
CaptionDestinationSettings.Builder webvttDestinationSettings(WebvttDestinationSettings webvttDestinationSettings)
Sets the value of the WebvttDestinationSettings property for this object.- Parameters:
webvttDestinationSettings- The new value for the WebvttDestinationSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webvttDestinationSettings
default CaptionDestinationSettings.Builder webvttDestinationSettings(Consumer<WebvttDestinationSettings.Builder> webvttDestinationSettings)
Sets the value of the WebvttDestinationSettings property for this object. This is a convenience method that creates an instance of theWebvttDestinationSettings.Builderavoiding the need to create one manually viaWebvttDestinationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebvttDestinationSettings(WebvttDestinationSettings).- Parameters:
webvttDestinationSettings- a consumer that will call methods onWebvttDestinationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
webvttDestinationSettings(WebvttDestinationSettings)
-
-