Interface Esam.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Esam.Builder,
,Esam> SdkBuilder<Esam.Builder,
,Esam> SdkPojo
- Enclosing class:
Esam
@Mutable
@NotThreadSafe
public static interface Esam.Builder
extends SdkPojo, CopyableBuilder<Esam.Builder,Esam>
-
Method Summary
Modifier and TypeMethodDescriptionacquisitionPointId
(String acquisitionPointId) Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.adAvailOffset
(Integer adAvailOffset) When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.passwordParam
(String passwordParam) Documentation update neededpoisEndpoint
(String poisEndpoint) The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).Documentation update neededzoneIdentity
(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 Details
-
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
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
Documentation update needed- Parameters:
passwordParam
- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Documentation update needed- Parameters:
username
- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-