@Generated(value="software.amazon.awssdk:codegen") public final class RtmpOutputSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RtmpOutputSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RtmpOutputSettings.Builder |
builder() |
RtmpOutputCertificateMode |
certificateMode()
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).
|
String |
certificateModeAsString()
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).
|
Integer |
connectionRetryInterval()
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
|
OutputLocationRef |
destination()
The RTMP endpoint excluding the stream name (eg.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numRetries()
Number of retry attempts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RtmpOutputSettings.Builder> |
serializableBuilderClass() |
RtmpOutputSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RtmpOutputCertificateMode certificateMode()
If the service returns an enum value that is not available in the current SDK version, certificateMode
will return RtmpOutputCertificateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from certificateModeAsString().
RtmpOutputCertificateModepublic final String certificateModeAsString()
If the service returns an enum value that is not available in the current SDK version, certificateMode
will return RtmpOutputCertificateMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from certificateModeAsString().
RtmpOutputCertificateModepublic final Integer connectionRetryInterval()
public final OutputLocationRef destination()
public final Integer numRetries()
public RtmpOutputSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings>public static RtmpOutputSettings.Builder builder()
public static Class<? extends RtmpOutputSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.