| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Source.Builder> |
Source.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Flow.Builder |
Flow.Builder.source(Consumer<Source.Builder> source)
Sets the value of the Source property for this object.
|
default UpdateFlowSourceResponse.Builder |
UpdateFlowSourceResponse.Builder.source(Consumer<Source.Builder> source)
The settings for the source of the flow.
|
Copyright © 2021. All rights reserved.