| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
SetSourceRequest |
SetSourceRequest.clone() |
SetSourceRequest |
CreateFlowRequest.getSource() |
SetSourceRequest |
SetSourceRequest.withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
SetSourceRequest |
SetSourceRequest.withDescription(String description)
A description for the source.
|
SetSourceRequest |
SetSourceRequest.withEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
SetSourceRequest |
SetSourceRequest.withIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
SetSourceRequest |
SetSourceRequest.withMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
SetSourceRequest |
SetSourceRequest.withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
SetSourceRequest |
SetSourceRequest.withName(String name)
The name of the source.
|
SetSourceRequest |
SetSourceRequest.withProtocol(Protocol protocol)
The protocol that is used by the source.
|
SetSourceRequest |
SetSourceRequest.withProtocol(String protocol)
The protocol that is used by the source.
|
SetSourceRequest |
SetSourceRequest.withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
SetSourceRequest |
SetSourceRequest.withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
SetSourceRequest |
SetSourceRequest.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<SetSourceRequest> |
AddFlowSourcesRequest.getSources()
A list of sources that you want to add.
|
List<SetSourceRequest> |
CreateFlowRequest.getSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowRequest.setSource(SetSourceRequest source) |
CreateFlowRequest |
CreateFlowRequest.withSource(SetSourceRequest source) |
AddFlowSourcesRequest |
AddFlowSourcesRequest.withSources(SetSourceRequest... sources)
A list of sources that you want to add.
|
CreateFlowRequest |
CreateFlowRequest.withSources(SetSourceRequest... sources)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddFlowSourcesRequest.setSources(Collection<SetSourceRequest> sources)
A list of sources that you want to add.
|
void |
CreateFlowRequest.setSources(Collection<SetSourceRequest> sources) |
AddFlowSourcesRequest |
AddFlowSourcesRequest.withSources(Collection<SetSourceRequest> sources)
A list of sources that you want to add.
|
CreateFlowRequest |
CreateFlowRequest.withSources(Collection<SetSourceRequest> sources) |
Copyright © 2021. All rights reserved.