@Stability(value=Stable) public static final class CfnChannel.RtmpOutputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.RtmpOutputSettingsProperty>
CfnChannel.RtmpOutputSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.RtmpOutputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.RtmpOutputSettingsProperty.Builder |
certificateMode(String certificateMode)
Sets the value of
CfnChannel.RtmpOutputSettingsProperty.getCertificateMode() |
CfnChannel.RtmpOutputSettingsProperty.Builder |
connectionRetryInterval(Number connectionRetryInterval)
Sets the value of
CfnChannel.RtmpOutputSettingsProperty.getConnectionRetryInterval() |
CfnChannel.RtmpOutputSettingsProperty.Builder |
destination(CfnChannel.OutputLocationRefProperty destination)
Sets the value of
CfnChannel.RtmpOutputSettingsProperty.getDestination() |
CfnChannel.RtmpOutputSettingsProperty.Builder |
destination(IResolvable destination)
Sets the value of
CfnChannel.RtmpOutputSettingsProperty.getDestination() |
CfnChannel.RtmpOutputSettingsProperty.Builder |
numRetries(Number numRetries)
Sets the value of
CfnChannel.RtmpOutputSettingsProperty.getNumRetries() |
@Stability(value=Stable) public CfnChannel.RtmpOutputSettingsProperty.Builder certificateMode(String certificateMode)
CfnChannel.RtmpOutputSettingsProperty.getCertificateMode()certificateMode - If set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA).
This causes RTMPS outputs with self-signed certificates to fail.this@Stability(value=Stable) public CfnChannel.RtmpOutputSettingsProperty.Builder connectionRetryInterval(Number connectionRetryInterval)
CfnChannel.RtmpOutputSettingsProperty.getConnectionRetryInterval()connectionRetryInterval - The number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.this@Stability(value=Stable) public CfnChannel.RtmpOutputSettingsProperty.Builder destination(CfnChannel.OutputLocationRefProperty destination)
CfnChannel.RtmpOutputSettingsProperty.getDestination()destination - The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).this@Stability(value=Stable) public CfnChannel.RtmpOutputSettingsProperty.Builder destination(IResolvable destination)
CfnChannel.RtmpOutputSettingsProperty.getDestination()destination - The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).this@Stability(value=Stable) public CfnChannel.RtmpOutputSettingsProperty.Builder numRetries(Number numRetries)
CfnChannel.RtmpOutputSettingsProperty.getNumRetries()numRetries - The number of retry attempts.this@Stability(value=Stable) public CfnChannel.RtmpOutputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.RtmpOutputSettingsProperty>CfnChannel.RtmpOutputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.