| 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 CompletableFuture<UpdateFlowOutputResponse> |
MediaConnectAsyncClient.updateFlowOutput(Consumer<UpdateFlowOutputRequest.Builder> updateFlowOutputRequest)
Updates an existing flow output.
|
default UpdateFlowOutputResponse |
MediaConnectClient.updateFlowOutput(Consumer<UpdateFlowOutputRequest.Builder> updateFlowOutputRequest)
Updates an existing flow output.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.builder() |
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.cidrAllowList(Collection<String> cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.cidrAllowList(String... cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.description(String description)
A description of the output.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.destination(String destination)
The IP address where you want to send the output.
|
default UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.encryption(Consumer<UpdateEncryption.Builder> encryption)
The type of key used for the encryption.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.encryption(UpdateEncryption encryption)
The type of key used for the encryption.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.flowArn(String flowArn)
The flow that is associated with the output that you want to update.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.maxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.mediaStreamOutputConfigurations(Collection<MediaStreamOutputConfigurationRequest> mediaStreamOutputConfigurations)
The media streams that are associated with the output, and the parameters for those associations.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.mediaStreamOutputConfigurations(Consumer<MediaStreamOutputConfigurationRequest.Builder>... mediaStreamOutputConfigurations)
The media streams that are associated with the output, and the parameters for those associations.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.mediaStreamOutputConfigurations(MediaStreamOutputConfigurationRequest... mediaStreamOutputConfigurations)
The media streams that are associated with the output, and the parameters for those associations.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.minLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.outputArn(String outputArn)
The ARN of the output that you want to update.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.port(Integer port)
The port to use when content is distributed to this output.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.protocol(Protocol protocol)
The protocol to use for the output.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.protocol(String protocol)
The protocol to use for the output.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.remoteId(String remoteId)
The remote ID for the Zixi-pull stream.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.senderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.senderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.smoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.streamId(String streamId)
The stream ID that you want to use for this transport.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.toBuilder() |
default UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.vpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment)
The name of the VPC interface attachment to use for this output.
|
UpdateFlowOutputRequest.Builder |
UpdateFlowOutputRequest.Builder.vpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment)
The name of the VPC interface attachment to use for this output.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFlowOutputRequest.Builder> |
UpdateFlowOutputRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.