@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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 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 Integer connectionRetryInterval()
public OutputLocationRef destination()
public Integer numRetries()
public RtmpOutputSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings>public static RtmpOutputSettings.Builder builder()
public static Class<? extends RtmpOutputSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.