Interface AvailSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AvailSettings.Builder,,- AvailSettings> - SdkBuilder<AvailSettings.Builder,,- AvailSettings> - SdkPojo
- Enclosing class:
- AvailSettings
@Mutable
@NotThreadSafe
public static interface AvailSettings.Builder
extends SdkPojo, CopyableBuilder<AvailSettings.Builder,AvailSettings> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault AvailSettings.Builderesam(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.Builderscte35SpliceInsert(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.Builderscte35TimeSignalApos(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
esamSets 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.
 
- 
esamSets the value of the Esam property for this object. This is a convenience method that creates an instance of theEsam.Builderavoiding the need to create one manually viaEsam.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toesam(Esam).- Parameters:
- esam- a consumer that will call methods on- Esam.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scte35SpliceInsertSets 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.
 
- 
scte35SpliceInsertdefault 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.Builderavoiding the need to create one manually viaScte35SpliceInsert.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscte35SpliceInsert(Scte35SpliceInsert).- Parameters:
- scte35SpliceInsert- a consumer that will call methods on- Scte35SpliceInsert.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scte35TimeSignalAposSets 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.
 
- 
scte35TimeSignalAposdefault 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.Builderavoiding the need to create one manually viaScte35TimeSignalApos.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscte35TimeSignalApos(Scte35TimeSignalApos).- Parameters:
- scte35TimeSignalApos- a consumer that will call methods on- Scte35TimeSignalApos.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-