Interface AvailSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AvailSettings.Builder,
,AvailSettings> SdkBuilder<AvailSettings.Builder,
,AvailSettings> SdkPojo
- Enclosing class:
AvailSettings
public static interface AvailSettings.Builder
extends SdkPojo, CopyableBuilder<AvailSettings.Builder,AvailSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AvailSettings.Builder
esam
(Consumer<Esam.Builder> esam) Sets the value of the Esam property for this object.Sets the value of the Esam property for this object.default AvailSettings.Builder
scte35SpliceInsert
(Consumer<Scte35SpliceInsert.Builder> scte35SpliceInsert) Sets the value of the Scte35SpliceInsert property for this object.scte35SpliceInsert
(Scte35SpliceInsert scte35SpliceInsert) Sets the value of the Scte35SpliceInsert property for this object.default AvailSettings.Builder
scte35TimeSignalApos
(Consumer<Scte35TimeSignalApos.Builder> scte35TimeSignalApos) Sets the value of the Scte35TimeSignalApos property for this object.scte35TimeSignalApos
(Scte35TimeSignalApos scte35TimeSignalApos) Sets the value of the Scte35TimeSignalApos 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 Details
-
esam
Sets the value of the Esam property for this object.- Parameters:
esam
- The new value for the Esam property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
esam
Sets the value of the Esam property for this object. This is a convenience method that creates an instance of theEsam.Builder
avoiding the need to create one manually viaEsam.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toesam(Esam)
.- Parameters:
esam
- a consumer that will call methods onEsam.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scte35SpliceInsert
Sets the value of the Scte35SpliceInsert property for this object.- Parameters:
scte35SpliceInsert
- The new value for the Scte35SpliceInsert property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scte35SpliceInsert
default AvailSettings.Builder scte35SpliceInsert(Consumer<Scte35SpliceInsert.Builder> scte35SpliceInsert) Sets the value of the Scte35SpliceInsert property for this object. This is a convenience method that creates an instance of theScte35SpliceInsert.Builder
avoiding the need to create one manually viaScte35SpliceInsert.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscte35SpliceInsert(Scte35SpliceInsert)
.- Parameters:
scte35SpliceInsert
- a consumer that will call methods onScte35SpliceInsert.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scte35TimeSignalApos
Sets the value of the Scte35TimeSignalApos property for this object.- Parameters:
scte35TimeSignalApos
- The new value for the Scte35TimeSignalApos property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scte35TimeSignalApos
default AvailSettings.Builder scte35TimeSignalApos(Consumer<Scte35TimeSignalApos.Builder> scte35TimeSignalApos) Sets the value of the Scte35TimeSignalApos property for this object. This is a convenience method that creates an instance of theScte35TimeSignalApos.Builder
avoiding the need to create one manually viaScte35TimeSignalApos.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscte35TimeSignalApos(Scte35TimeSignalApos)
.- Parameters:
scte35TimeSignalApos
- a consumer that will call methods onScte35TimeSignalApos.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-