Class RtmpOutputSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.RtmpOutputSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings>
@Generated("software.amazon.awssdk:codegen") public final class RtmpOutputSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings>
Rtmp Output Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRtmpOutputSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RtmpOutputSettings.Builderbuilder()RtmpOutputCertificateModecertificateMode()If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).StringcertificateModeAsString()If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).IntegerconnectionRetryInterval()Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.OutputLocationRefdestination()The RTMP endpoint excluding the stream name (eg.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernumRetries()Number of retry attempts.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RtmpOutputSettings.Builder>serializableBuilderClass()RtmpOutputSettings.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
-
certificateMode
public final RtmpOutputCertificateMode certificateMode()
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.If the service returns an enum value that is not available in the current SDK version,
certificateModewill returnRtmpOutputCertificateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcertificateModeAsString().- Returns:
- If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.
- See Also:
RtmpOutputCertificateMode
-
certificateModeAsString
public final String certificateModeAsString()
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.If the service returns an enum value that is not available in the current SDK version,
certificateModewill returnRtmpOutputCertificateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcertificateModeAsString().- Returns:
- If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.
- See Also:
RtmpOutputCertificateMode
-
connectionRetryInterval
public final Integer connectionRetryInterval()
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.- Returns:
- Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
-
destination
public final OutputLocationRef destination()
The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.- Returns:
- The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.
-
numRetries
public final Integer numRetries()
Number of retry attempts.- Returns:
- Number of retry attempts.
-
toBuilder
public RtmpOutputSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings>
-
builder
public static RtmpOutputSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends RtmpOutputSettings.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
-
-