| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.clone() |
Source |
Flow.getSource() |
Source |
UpdateFlowSourceResult.getSource()
The settings for the source of the flow.
|
Source |
Source.withDataTransferSubscriberFeePercent(Integer dataTransferSubscriberFeePercent)
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
|
Source |
Source.withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
Source |
Source.withDescription(String description)
A description for the source.
|
Source |
Source.withEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
Source |
Source.withIngestIp(String ingestIp)
The IP address that the flow will be listening on for incoming content.
|
Source |
Source.withIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
Source |
Source.withName(String name)
The name of the source.
|
Source |
Source.withSourceArn(String sourceArn)
The ARN of the source.
|
Source |
Source.withTransport(Transport transport)
Attributes related to the transport stream that are used in the source.
|
Source |
Source.withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC Interface this Source is configured with.
|
Source |
Source.withWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
Flow.getSources() |
List<Source> |
AddFlowSourcesResult.getSources()
The details of the newly added sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setSource(Source source) |
void |
UpdateFlowSourceResult.setSource(Source source)
The settings for the source of the flow.
|
Flow |
Flow.withSource(Source source) |
UpdateFlowSourceResult |
UpdateFlowSourceResult.withSource(Source source)
The settings for the source of the flow.
|
Flow |
Flow.withSources(Source... sources)
NOTE: This method appends the values to the existing list (if any).
|
AddFlowSourcesResult |
AddFlowSourcesResult.withSources(Source... sources)
The details of the newly added sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flow.setSources(Collection<Source> sources) |
void |
AddFlowSourcesResult.setSources(Collection<Source> sources)
The details of the newly added sources.
|
Flow |
Flow.withSources(Collection<Source> sources) |
AddFlowSourcesResult |
AddFlowSourcesResult.withSources(Collection<Source> sources)
The details of the newly added sources.
|
Copyright © 2020. All rights reserved.