public static interface Source.Builder extends SdkPojo, CopyableBuilder<Source.Builder,Source>
| Modifier and Type | Method and Description |
|---|---|
Source.Builder |
dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
default Source.Builder |
decryption(Consumer<Encryption.Builder> decryption)
The type of encryption that is used on the content ingested from this source.
|
Source.Builder |
decryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
Source.Builder |
description(String description)
A description for the source.
|
Source.Builder |
entitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
Source.Builder |
ingestIp(String ingestIp)
The IP address that the flow will be listening on for incoming content.
|
Source.Builder |
ingestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
Source.Builder |
mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfiguration> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
Source.Builder |
mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfiguration.Builder>... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
Source.Builder |
mediaStreamSourceConfigurations(MediaStreamSourceConfiguration... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
Source.Builder |
name(String name)
The name of the source.
|
Source.Builder |
senderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
Source.Builder |
senderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
Source.Builder |
sourceArn(String sourceArn)
The ARN of the source.
|
default Source.Builder |
transport(Consumer<Transport.Builder> transport)
Attributes related to the transport stream that are used in the source.
|
Source.Builder |
transport(Transport transport)
Attributes related to the transport stream that are used in the source.
|
Source.Builder |
vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface that is used for this source.
|
Source.Builder |
whitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSource.Builder dataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.Source.Builder decryption(Encryption decryption)
decryption - The type of encryption that is used on the content ingested from this source.default Source.Builder decryption(Consumer<Encryption.Builder> decryption)
Encryption.Builder avoiding the need to create one manually via
Encryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to decryption(Encryption).decryption - a consumer that will call methods on Encryption.Builderdecryption(Encryption)Source.Builder description(String description)
description - A description for the source. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.Source.Builder entitlementArn(String entitlementArn)
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.Source.Builder ingestIp(String ingestIp)
ingestIp - The IP address that the flow will be listening on for incoming content.Source.Builder ingestPort(Integer ingestPort)
ingestPort - The port that the flow will be listening on for incoming content.Source.Builder mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfiguration> mediaStreamSourceConfigurations)
mediaStreamSourceConfigurations - The media streams that are associated with the source, and the parameters for those associations.Source.Builder mediaStreamSourceConfigurations(MediaStreamSourceConfiguration... mediaStreamSourceConfigurations)
mediaStreamSourceConfigurations - The media streams that are associated with the source, and the parameters for those associations.Source.Builder mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfiguration.Builder>... mediaStreamSourceConfigurations)
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #mediaStreamSourceConfigurations(List) .mediaStreamSourceConfigurations - a consumer that will call methods on List.Builder #mediaStreamSourceConfigurations(List) Source.Builder name(String name)
name - The name of the source.Source.Builder senderControlPort(Integer senderControlPort)
senderControlPort - The port that the flow uses to send outbound requests to initiate connection with the sender.Source.Builder senderIpAddress(String senderIpAddress)
senderIpAddress - The IP address that the flow communicates with to initiate connection with the sender.Source.Builder sourceArn(String sourceArn)
sourceArn - The ARN of the source.Source.Builder transport(Transport transport)
transport - Attributes related to the transport stream that are used in the source.default Source.Builder transport(Consumer<Transport.Builder> transport)
Transport.Builder avoiding the need to create one manually via
Transport.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to transport(Transport).transport - a consumer that will call methods on Transport.Buildertransport(Transport)Source.Builder vpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName - The name of the VPC interface that is used for this source.Source.Builder whitelistCidr(String whitelistCidr)
whitelistCidr - The range of IP addresses that should be allowed to contribute content to your source. These IP
addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example,
10.0.0.0/16.Copyright © 2022. All rights reserved.