@Generated(value="software.amazon.awssdk:codegen") public final class NielsenNonLinearWatermarkSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NielsenNonLinearWatermarkSettings.Builder,NielsenNonLinearWatermarkSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
NielsenNonLinearWatermarkSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
NielsenActiveWatermarkProcessType |
activeWatermarkProcess()
Choose the type of Nielsen watermarks that you want in your outputs.
|
String |
activeWatermarkProcessAsString()
Choose the type of Nielsen watermarks that you want in your outputs.
|
String |
adiFilename()
Optional.
|
String |
assetId()
Use the asset ID that you provide to Nielsen to uniquely identify this asset.
|
String |
assetName()
Use the asset name that you provide to Nielsen for this asset.
|
static NielsenNonLinearWatermarkSettings.Builder |
builder() |
String |
cbetSourceId()
Use the CSID that Nielsen provides to you.
|
String |
episodeId()
Optional.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metadataDestination()
Specify the Amazon S3 location where you want MediaConvert to save your Nielsen non-linear metadata .zip file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NielsenNonLinearWatermarkSettings.Builder> |
serializableBuilderClass() |
Integer |
sourceId()
Use the SID that Nielsen provides to you.
|
NielsenSourceWatermarkStatusType |
sourceWatermarkStatus()
Required.
|
String |
sourceWatermarkStatusAsString()
Required.
|
String |
ticServerUrl()
Specify the endpoint for the TIC server that you have deployed and configured in the AWS Cloud.
|
NielsenNonLinearWatermarkSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
NielsenUniqueTicPerAudioTrackType |
uniqueTicPerAudioTrack()
To create assets that have the same TIC values in each audio track, keep the default value Share TICs
(SAME_TICS_PER_TRACK).
|
String |
uniqueTicPerAudioTrackAsString()
To create assets that have the same TIC values in each audio track, keep the default value Share TICs
(SAME_TICS_PER_TRACK).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NielsenActiveWatermarkProcessType activeWatermarkProcess()
If the service returns an enum value that is not available in the current SDK version,
activeWatermarkProcess will return NielsenActiveWatermarkProcessType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from activeWatermarkProcessAsString().
NielsenActiveWatermarkProcessTypepublic final String activeWatermarkProcessAsString()
If the service returns an enum value that is not available in the current SDK version,
activeWatermarkProcess will return NielsenActiveWatermarkProcessType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from activeWatermarkProcessAsString().
NielsenActiveWatermarkProcessTypepublic final String adiFilename()
public final String assetId()
public final String assetName()
public final String cbetSourceId()
public final String episodeId()
public final String metadataDestination()
public final Integer sourceId()
public final NielsenSourceWatermarkStatusType sourceWatermarkStatus()
If the service returns an enum value that is not available in the current SDK version,
sourceWatermarkStatus will return NielsenSourceWatermarkStatusType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from sourceWatermarkStatusAsString().
NielsenSourceWatermarkStatusTypepublic final String sourceWatermarkStatusAsString()
If the service returns an enum value that is not available in the current SDK version,
sourceWatermarkStatus will return NielsenSourceWatermarkStatusType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from sourceWatermarkStatusAsString().
NielsenSourceWatermarkStatusTypepublic final String ticServerUrl()
public final NielsenUniqueTicPerAudioTrackType uniqueTicPerAudioTrack()
If the service returns an enum value that is not available in the current SDK version,
uniqueTicPerAudioTrack will return NielsenUniqueTicPerAudioTrackType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from uniqueTicPerAudioTrackAsString().
NielsenUniqueTicPerAudioTrackTypepublic final String uniqueTicPerAudioTrackAsString()
If the service returns an enum value that is not available in the current SDK version,
uniqueTicPerAudioTrack will return NielsenUniqueTicPerAudioTrackType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from uniqueTicPerAudioTrackAsString().
NielsenUniqueTicPerAudioTrackTypepublic NielsenNonLinearWatermarkSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NielsenNonLinearWatermarkSettings.Builder,NielsenNonLinearWatermarkSettings>public static NielsenNonLinearWatermarkSettings.Builder builder()
public static Class<? extends NielsenNonLinearWatermarkSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.