Interface RtmpOutputSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RtmpOutputSettings.Builder,,- RtmpOutputSettings> - SdkBuilder<RtmpOutputSettings.Builder,,- RtmpOutputSettings> - SdkPojo
- Enclosing class:
- RtmpOutputSettings
@Mutable
@NotThreadSafe
public static interface RtmpOutputSettings.Builder
extends SdkPojo, CopyableBuilder<RtmpOutputSettings.Builder,RtmpOutputSettings> 
- 
Method SummaryModifier and TypeMethodDescriptioncertificateMode(String certificateMode) If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).certificateMode(RtmpOutputCertificateMode certificateMode) If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).connectionRetryInterval(Integer connectionRetryInterval) Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.default RtmpOutputSettings.Builderdestination(Consumer<OutputLocationRef.Builder> destination) The RTMP endpoint excluding the stream name (eg.destination(OutputLocationRef destination) The RTMP endpoint excluding the stream name (eg.numRetries(Integer numRetries) Number of retry attempts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
certificateModeIf 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
certificateModeIf 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
connectionRetryIntervalNumber of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.- Parameters:
- connectionRetryInterval- Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationThe 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.- Parameters:
- 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:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationThe 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. This is a convenience method that creates an instance of theOutputLocationRef.Builderavoiding the need to create one manually viaOutputLocationRef.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(OutputLocationRef).- Parameters:
- destination- a consumer that will call methods on- OutputLocationRef.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
numRetriesNumber of retry attempts.- Parameters:
- numRetries- Number of retry attempts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-