| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.clone() |
Source |
UpdateFlowSourceResult.getSource()
The settings for the source of the flow.
|
Source |
Flow.getSource() |
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.withWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowSourceResult.setSource(Source source)
The settings for the source of the flow.
|
void |
Flow.setSource(Source source) |
UpdateFlowSourceResult |
UpdateFlowSourceResult.withSource(Source source)
The settings for the source of the flow.
|
Flow |
Flow.withSource(Source source) |
Copyright © 2019. All rights reserved.