Class DvbNitSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.DvbNitSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
@Generated("software.amazon.awssdk:codegen") public final class DvbNitSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DvbNitSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DvbNitSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
networkId()
The numeric value placed in the Network Information Table (NIT).String
networkName()
The network name text placed in the network_name_descriptor inside the Network Information Table.Integer
nitInterval()
The number of milliseconds between instances of this table in the output transport stream.List<SdkField<?>>
sdkFields()
static Class<? extends DvbNitSettings.Builder>
serializableBuilderClass()
DvbNitSettings.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
networkId
public final Integer networkId()
The numeric value placed in the Network Information Table (NIT).- Returns:
- The numeric value placed in the Network Information Table (NIT).
-
networkName
public final String networkName()
The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.- Returns:
- The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.
-
nitInterval
public final Integer nitInterval()
The number of milliseconds between instances of this table in the output transport stream.- Returns:
- The number of milliseconds between instances of this table in the output transport stream.
-
toBuilder
public DvbNitSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
-
builder
public static DvbNitSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends DvbNitSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-