Class ExtendedDataServices
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.ExtendedDataServices
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>
@Generated("software.amazon.awssdk:codegen") public final class ExtendedDataServices extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>
If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExtendedDataServices.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtendedDataServices.Builderbuilder()CopyProtectionActioncopyProtectionAction()The action to take on copy and redistribution control XDS packets.StringcopyProtectionActionAsString()The action to take on copy and redistribution control XDS packets.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ExtendedDataServices.Builder>serializableBuilderClass()ExtendedDataServices.BuildertoBuilder()StringtoString()Returns a string representation of this object.VchipActionvchipAction()The action to take on content advisory XDS packets.StringvchipActionAsString()The action to take on content advisory XDS packets.-
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
-
copyProtectionAction
public final CopyProtectionAction copyProtectionAction()
The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.If the service returns an enum value that is not available in the current SDK version,
copyProtectionActionwill returnCopyProtectionAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcopyProtectionActionAsString().- Returns:
- The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
- See Also:
CopyProtectionAction
-
copyProtectionActionAsString
public final String copyProtectionActionAsString()
The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.If the service returns an enum value that is not available in the current SDK version,
copyProtectionActionwill returnCopyProtectionAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcopyProtectionActionAsString().- Returns:
- The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
- See Also:
CopyProtectionAction
-
vchipAction
public final VchipAction vchipAction()
The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.If the service returns an enum value that is not available in the current SDK version,
vchipActionwill returnVchipAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvchipActionAsString().- Returns:
- The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
- See Also:
VchipAction
-
vchipActionAsString
public final String vchipActionAsString()
The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.If the service returns an enum value that is not available in the current SDK version,
vchipActionwill returnVchipAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvchipActionAsString().- Returns:
- The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
- See Also:
VchipAction
-
toBuilder
public ExtendedDataServices.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>
-
builder
public static ExtendedDataServices.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExtendedDataServices.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.
-
-