@Generated(value="software.amazon.awssdk:codegen") public final class Esam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Esam.Builder,Esam>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Esam.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acquisitionPointId()
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
|
Integer |
adAvailOffset()
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
static Esam.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
passwordParam()
Password if credentials are required to access the POIS endpoint.
|
String |
poisEndpoint()
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Esam.Builder> |
serializableBuilderClass() |
Esam.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
Username if credentials are required to access the POIS endpoint.
|
String |
zoneIdentity()
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String acquisitionPointId()
public final Integer adAvailOffset()
public final String passwordParam()
public final String poisEndpoint()
public final String username()
public final String zoneIdentity()
public Esam.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Esam.Builder,Esam>public static Esam.Builder builder()
public static Class<? extends Esam.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.