Class Esam
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Esam
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Esam.Builder,Esam>
@Generated("software.amazon.awssdk:codegen") public final class Esam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Esam.Builder,Esam>
Esam- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEsam.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringacquisitionPointId()Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.IntegeradAvailOffset()When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.static Esam.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpasswordParam()Documentation update neededStringpoisEndpoint()The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).List<SdkField<?>>sdkFields()static Class<? extends Esam.Builder>serializableBuilderClass()Esam.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringusername()Documentation update neededStringzoneIdentity()Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
acquisitionPointId
public final String acquisitionPointId()
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.- Returns:
- Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
-
adAvailOffset
public final 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.- Returns:
- 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.
-
passwordParam
public final String passwordParam()
Documentation update needed- Returns:
- Documentation update needed
-
poisEndpoint
public final 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.- Returns:
- The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
-
username
public final String username()
Documentation update needed- Returns:
- Documentation update needed
-
zoneIdentity
public final String zoneIdentity()
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.- Returns:
- Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
-
toBuilder
public Esam.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Esam.Builder,Esam>
-
builder
public static Esam.Builder builder()
-
serializableBuilderClass
public static Class<? extends Esam.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-