| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static SetSourceRequest.Builder |
SetSourceRequest.builder() |
default SetSourceRequest.Builder |
SetSourceRequest.Builder.decryption(Consumer<Encryption.Builder> decryption)
The type of encryption that is used on the content ingested from this source.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.decryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.description(String description)
A description for the source.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.entitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.ingestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.maxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.maxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.maxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfigurationRequest.Builder>... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.mediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.minLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.name(String name)
The name of the source.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.protocol(Protocol protocol)
The protocol that is used by the source.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.protocol(String protocol)
The protocol that is used by the source.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.senderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.senderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
SetSourceRequest.Builder |
SetSourceRequest.Builder.streamId(String streamId)
The stream ID that you want to use for this transport.
|
SetSourceRequest.Builder |
SetSourceRequest.toBuilder() |
SetSourceRequest.Builder |
SetSourceRequest.Builder.vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
SetSourceRequest.Builder |
SetSourceRequest.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 SetSourceRequest.Builder> |
SetSourceRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowRequest.Builder |
CreateFlowRequest.Builder.source(Consumer<SetSourceRequest.Builder> source)
Sets the value of the Source property for this object.
|
Copyright © 2022. All rights reserved.