public static interface RtmpOutputSettings.Builder extends SdkPojo, CopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings>
Modifier and Type | Method and Description |
---|---|
RtmpOutputSettings.Builder |
certificateMode(RtmpOutputCertificateMode certificateMode)
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).
|
RtmpOutputSettings.Builder |
certificateMode(String certificateMode)
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).
|
RtmpOutputSettings.Builder |
connectionRetryInterval(Integer connectionRetryInterval)
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
|
default RtmpOutputSettings.Builder |
destination(Consumer<OutputLocationRef.Builder> destination)
The RTMP endpoint excluding the stream name (eg.
|
RtmpOutputSettings.Builder |
destination(OutputLocationRef destination)
The RTMP endpoint excluding the stream name (eg.
|
RtmpOutputSettings.Builder |
numRetries(Integer numRetries)
Number of retry attempts.
|
copy
applyMutation, build
RtmpOutputSettings.Builder certificateMode(String certificateMode)
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.RtmpOutputCertificateMode
,
RtmpOutputCertificateMode
RtmpOutputSettings.Builder certificateMode(RtmpOutputCertificateMode certificateMode)
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.RtmpOutputCertificateMode
,
RtmpOutputCertificateMode
RtmpOutputSettings.Builder connectionRetryInterval(Integer connectionRetryInterval)
connectionRetryInterval
- Number of seconds to wait before retrying a connection to the Flash Media server if the connection is
lost.RtmpOutputSettings.Builder destination(OutputLocationRef destination)
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.default RtmpOutputSettings.Builder destination(Consumer<OutputLocationRef.Builder> destination)
OutputLocationRef.Builder
avoiding the need to create one manually via
OutputLocationRef.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to destination(OutputLocationRef)
.destination
- a consumer that will call methods on OutputLocationRef.Builder
destination(OutputLocationRef)
RtmpOutputSettings.Builder numRetries(Integer numRetries)
numRetries
- Number of retry attempts.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.