@Stability(value=Stable) public static final class CfnFlow.SourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.SourceProperty>
CfnFlow.SourceProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.SourceProperty.Builder decryption(CfnFlow.EncryptionProperty decryption)
CfnFlow.SourceProperty.getDecryption()decryption - The type of encryption that is used on the content ingested from the source.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder decryption(IResolvable decryption)
CfnFlow.SourceProperty.getDecryption()decryption - The type of encryption that is used on the content ingested from the source.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder description(String description)
CfnFlow.SourceProperty.getDescription()description - A description of the source.
This description is not visible outside of the current AWS account.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder entitlementArn(String entitlementArn)
CfnFlow.SourceProperty.getEntitlementArn()entitlementArn - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
The entitlement is set by the content originator and the ARN is generated as part of the originator’s flow.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder ingestIp(String ingestIp)
CfnFlow.SourceProperty.getIngestIp()ingestIp - The IP address that the flow listens on for incoming content.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder ingestPort(Number ingestPort)
CfnFlow.SourceProperty.getIngestPort()ingestPort - The port that the flow listens on for incoming content.
If the protocol of the source is Zixi, the port must be set to 2088.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder maxBitrate(Number maxBitrate)
CfnFlow.SourceProperty.getMaxBitrate()maxBitrate - The maximum bitrate for RIST, RTP, and RTP-FEC streams.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder maxLatency(Number maxLatency)
CfnFlow.SourceProperty.getMaxLatency()maxLatency - The maximum latency in milliseconds for a RIST or Zixi-based source.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder minLatency(Number minLatency)
CfnFlow.SourceProperty.getMinLatency()minLatency - The minimum latency in milliseconds for SRT-based streams.
In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder name(String name)
CfnFlow.SourceProperty.getName()name - The name of the source.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder protocol(String protocol)
CfnFlow.SourceProperty.getProtocol()protocol - The protocol that is used by the source.
For a full list of available protocols, see: Source protocols in the AWS Elemental MediaConnect API Reference .this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder sourceArn(String sourceArn)
CfnFlow.SourceProperty.getSourceArn()sourceArn - The ARN of the source.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder sourceIngestPort(String sourceIngestPort)
CfnFlow.SourceProperty.getSourceIngestPort()sourceIngestPort - The port that the flow will be listening on for incoming content.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder streamId(String streamId)
CfnFlow.SourceProperty.getStreamId()streamId - The stream ID that you want to use for the transport.
This parameter applies only to Zixi-based streams.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder vpcInterfaceName(String vpcInterfaceName)
CfnFlow.SourceProperty.getVpcInterfaceName()vpcInterfaceName - The name of the VPC interface that the source content comes from.this@Stability(value=Stable) public CfnFlow.SourceProperty.Builder whitelistCidr(String whitelistCidr)
CfnFlow.SourceProperty.getWhitelistCidr()whitelistCidr - The range of IP addresses that are allowed to contribute content to your source.
Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.this@Stability(value=Stable) public CfnFlow.SourceProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.SourceProperty>CfnFlow.SourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.