Class OutputSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.OutputSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutputSettings.Builder,OutputSettings>
@Generated("software.amazon.awssdk:codegen") public final class OutputSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputSettings.Builder,OutputSettings>
Output Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutputSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchiveOutputSettingsarchiveOutputSettings()Returns the value of the ArchiveOutputSettings property for this object.static OutputSettings.Builderbuilder()CmafIngestOutputSettingscmafIngestOutputSettings()Returns the value of the CmafIngestOutputSettings property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FrameCaptureOutputSettingsframeCaptureOutputSettings()Returns the value of the FrameCaptureOutputSettings property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HlsOutputSettingshlsOutputSettings()Returns the value of the HlsOutputSettings property for this object.MediaPackageOutputSettingsmediaPackageOutputSettings()Returns the value of the MediaPackageOutputSettings property for this object.MsSmoothOutputSettingsmsSmoothOutputSettings()Returns the value of the MsSmoothOutputSettings property for this object.MultiplexOutputSettingsmultiplexOutputSettings()Returns the value of the MultiplexOutputSettings property for this object.RtmpOutputSettingsrtmpOutputSettings()Returns the value of the RtmpOutputSettings property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OutputSettings.Builder>serializableBuilderClass()SrtOutputSettingssrtOutputSettings()Returns the value of the SrtOutputSettings property for this object.OutputSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.UdpOutputSettingsudpOutputSettings()Returns the value of the UdpOutputSettings property for 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
-
archiveOutputSettings
public final ArchiveOutputSettings archiveOutputSettings()
Returns the value of the ArchiveOutputSettings property for this object.- Returns:
- The value of the ArchiveOutputSettings property for this object.
-
frameCaptureOutputSettings
public final FrameCaptureOutputSettings frameCaptureOutputSettings()
Returns the value of the FrameCaptureOutputSettings property for this object.- Returns:
- The value of the FrameCaptureOutputSettings property for this object.
-
hlsOutputSettings
public final HlsOutputSettings hlsOutputSettings()
Returns the value of the HlsOutputSettings property for this object.- Returns:
- The value of the HlsOutputSettings property for this object.
-
mediaPackageOutputSettings
public final MediaPackageOutputSettings mediaPackageOutputSettings()
Returns the value of the MediaPackageOutputSettings property for this object.- Returns:
- The value of the MediaPackageOutputSettings property for this object.
-
msSmoothOutputSettings
public final MsSmoothOutputSettings msSmoothOutputSettings()
Returns the value of the MsSmoothOutputSettings property for this object.- Returns:
- The value of the MsSmoothOutputSettings property for this object.
-
multiplexOutputSettings
public final MultiplexOutputSettings multiplexOutputSettings()
Returns the value of the MultiplexOutputSettings property for this object.- Returns:
- The value of the MultiplexOutputSettings property for this object.
-
rtmpOutputSettings
public final RtmpOutputSettings rtmpOutputSettings()
Returns the value of the RtmpOutputSettings property for this object.- Returns:
- The value of the RtmpOutputSettings property for this object.
-
udpOutputSettings
public final UdpOutputSettings udpOutputSettings()
Returns the value of the UdpOutputSettings property for this object.- Returns:
- The value of the UdpOutputSettings property for this object.
-
cmafIngestOutputSettings
public final CmafIngestOutputSettings cmafIngestOutputSettings()
Returns the value of the CmafIngestOutputSettings property for this object.- Returns:
- The value of the CmafIngestOutputSettings property for this object.
-
srtOutputSettings
public final SrtOutputSettings srtOutputSettings()
Returns the value of the SrtOutputSettings property for this object.- Returns:
- The value of the SrtOutputSettings property for this object.
-
toBuilder
public OutputSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutputSettings.Builder,OutputSettings>
-
builder
public static OutputSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutputSettings.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
-
-