| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowSourceResponse |
MediaConnectClient.updateFlowSource(Consumer<UpdateFlowSourceRequest.Builder> updateFlowSourceRequest)
Updates the source of a flow.
|
default CompletableFuture<UpdateFlowSourceResponse> |
MediaConnectAsyncClient.updateFlowSource(Consumer<UpdateFlowSourceRequest.Builder> updateFlowSourceRequest)
Updates the source of a flow.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.builder() |
default UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.decryption(Consumer<UpdateEncryption.Builder> decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.decryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.description(String description)
A description for the source.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.entitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.flowArn(String flowArn)
The flow that is associated with the source that you want to update.
|
default UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.gatewayBridgeSource(Consumer<UpdateGatewayBridgeSourceRequest.Builder> gatewayBridgeSource)
The source configuration for cloud flows receiving a stream from a bridge.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.gatewayBridgeSource(UpdateGatewayBridgeSourceRequest gatewayBridgeSource)
The source configuration for cloud flows receiving a stream from a bridge.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.ingestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.maxBitrate(Integer maxBitrate)
The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.maxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.maxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfigurationRequest.Builder>... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.mediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.minLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.protocol(Protocol protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.protocol(String protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.senderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.senderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.sourceArn(String sourceArn)
The ARN of the source that you want to update.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.sourceListenerAddress(String sourceListenerAddress)
Source IP or domain name for SRT-caller protocol.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.sourceListenerPort(Integer sourceListenerPort)
Source port for SRT-caller protocol.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.streamId(String streamId)
The stream ID that you want to use for this transport.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.toBuilder() |
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.Builder.vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
UpdateFlowSourceRequest.Builder |
UpdateFlowSourceRequest.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 UpdateFlowSourceRequest.Builder> |
UpdateFlowSourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.