public static interface Esam.Builder extends SdkPojo, CopyableBuilder<Esam.Builder,Esam>
| Modifier and Type | Method and Description |
|---|---|
Esam.Builder |
acquisitionPointId(String acquisitionPointId)
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
|
Esam.Builder |
adAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
Esam.Builder |
passwordParam(String passwordParam)
Password if credentials are required to access the POIS endpoint.
|
Esam.Builder |
poisEndpoint(String poisEndpoint)
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
|
Esam.Builder |
username(String username)
Username if credentials are required to access the POIS endpoint.
|
Esam.Builder |
zoneIdentity(String zoneIdentity)
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEsam.Builder acquisitionPointId(String acquisitionPointId)
acquisitionPointId - Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.Esam.Builder adAvailOffset(Integer adAvailOffset)
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.Esam.Builder passwordParam(String passwordParam)
passwordParam - Password if credentials are required to access the POIS endpoint. This is a reference to an AWS
parameter store name from which the password can be retrieved. AWS Parameter store format:
"ssm://Esam.Builder poisEndpoint(String poisEndpoint)
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.Esam.Builder username(String username)
username - Username if credentials are required to access the POIS endpoint. This can be either a plaintext
username, or a reference to an AWS parameter store name from which the username can be retrieved. AWS
Parameter store format: "ssm://Esam.Builder zoneIdentity(String zoneIdentity)
zoneIdentity - Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.Copyright © 2022. All rights reserved.