Interface Esam.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Esam.Builder,Esam>,SdkBuilder<Esam.Builder,Esam>,SdkPojo
- Enclosing class:
- Esam
public static interface Esam.Builder extends SdkPojo, CopyableBuilder<Esam.Builder,Esam>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Esam.BuilderacquisitionPointId(String acquisitionPointId)Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.Esam.BuilderadAvailOffset(Integer adAvailOffset)When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.Esam.BuilderpasswordParam(String passwordParam)Documentation update neededEsam.BuilderpoisEndpoint(String poisEndpoint)The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).Esam.Builderusername(String username)Documentation update neededEsam.BuilderzoneIdentity(String zoneIdentity)Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
acquisitionPointId
Esam.Builder acquisitionPointId(String acquisitionPointId)
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.- Parameters:
acquisitionPointId- Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adAvailOffset
Esam.Builder adAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.- Parameters:
adAvailOffset- When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passwordParam
Esam.Builder passwordParam(String passwordParam)
Documentation update needed- Parameters:
passwordParam- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poisEndpoint
Esam.Builder poisEndpoint(String poisEndpoint)
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.- Parameters:
poisEndpoint- The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
Esam.Builder username(String username)
Documentation update needed- Parameters:
username- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zoneIdentity
Esam.Builder zoneIdentity(String zoneIdentity)
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.- Parameters:
zoneIdentity- Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-