Class MultiplexProgramChannelDestinationSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.MultiplexProgramChannelDestinationSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MultiplexProgramChannelDestinationSettings.Builder,MultiplexProgramChannelDestinationSettings>
@Generated("software.amazon.awssdk:codegen") public final class MultiplexProgramChannelDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultiplexProgramChannelDestinationSettings.Builder,MultiplexProgramChannelDestinationSettings>
Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMultiplexProgramChannelDestinationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MultiplexProgramChannelDestinationSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmultiplexId()The ID of the Multiplex that the encoder is providing output to.StringprogramName()The program name of the Multiplex program that the encoder is providing output to.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MultiplexProgramChannelDestinationSettings.Builder>serializableBuilderClass()MultiplexProgramChannelDestinationSettings.BuildertoBuilder()StringtoString()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
-
multiplexId
public final String multiplexId()
The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.- Returns:
- The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.
-
programName
public final String programName()
The program name of the Multiplex program that the encoder is providing output to.- Returns:
- The program name of the Multiplex program that the encoder is providing output to.
-
toBuilder
public MultiplexProgramChannelDestinationSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MultiplexProgramChannelDestinationSettings.Builder,MultiplexProgramChannelDestinationSettings>
-
builder
public static MultiplexProgramChannelDestinationSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends MultiplexProgramChannelDestinationSettings.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-