static Source.Builder |
Source.builder() |
|
Source.Builder |
Source.Builder.dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent) |
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
default Source.Builder |
Source.Builder.decryption(Consumer<Encryption.Builder> decryption) |
The type of encryption that is used on the content ingested from this source.
|
Source.Builder |
Source.Builder.decryption(Encryption decryption) |
The type of encryption that is used on the content ingested from this source.
|
Source.Builder |
Source.Builder.description(String description) |
A description for the source.
|
Source.Builder |
Source.Builder.entitlementArn(String entitlementArn) |
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
default Source.Builder |
Source.Builder.gatewayBridgeSource(Consumer<GatewayBridgeSource.Builder> gatewayBridgeSource) |
The source configuration for cloud flows receiving a stream from a bridge.
|
Source.Builder |
Source.Builder.gatewayBridgeSource(GatewayBridgeSource gatewayBridgeSource) |
The source configuration for cloud flows receiving a stream from a bridge.
|
Source.Builder |
Source.Builder.ingestIp(String ingestIp) |
The IP address that the flow will be listening on for incoming content.
|
Source.Builder |
Source.Builder.ingestPort(Integer ingestPort) |
The port that the flow will be listening on for incoming content.
|
Source.Builder |
Source.Builder.mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfiguration> mediaStreamSourceConfigurations) |
The media streams that are associated with the source, and the parameters for those associations.
|
Source.Builder |
Source.Builder.mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfiguration.Builder>... mediaStreamSourceConfigurations) |
The media streams that are associated with the source, and the parameters for those associations.
|
Source.Builder |
Source.Builder.mediaStreamSourceConfigurations(MediaStreamSourceConfiguration... mediaStreamSourceConfigurations) |
The media streams that are associated with the source, and the parameters for those associations.
|
Source.Builder |
Source.Builder.name(String name) |
The name of the source.
|
Source.Builder |
Source.Builder.senderControlPort(Integer senderControlPort) |
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
Source.Builder |
Source.Builder.senderIpAddress(String senderIpAddress) |
The IP address that the flow communicates with to initiate connection with the sender.
|
Source.Builder |
Source.Builder.sourceArn(String sourceArn) |
The ARN of the source.
|
Source.Builder |
Source.toBuilder() |
|
default Source.Builder |
Source.Builder.transport(Consumer<Transport.Builder> transport) |
Attributes related to the transport stream that are used in the source.
|
Source.Builder |
Source.Builder.transport(Transport transport) |
Attributes related to the transport stream that are used in the source.
|
Source.Builder |
Source.Builder.vpcInterfaceName(String vpcInterfaceName) |
The name of the VPC interface that is used for this source.
|
Source.Builder |
Source.Builder.whitelistCidr(String whitelistCidr) |
The range of IP addresses that should be allowed to contribute content to your source.
|