public static interface UpdateFlowSourceRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlowSourceRequest.Builder,UpdateFlowSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFlowSourceRequest.Builder |
decryption(Consumer<UpdateEncryption.Builder> decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowSourceRequest.Builder |
decryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowSourceRequest.Builder |
description(String description)
A description for the source.
|
UpdateFlowSourceRequest.Builder |
entitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
UpdateFlowSourceRequest.Builder |
flowArn(String flowArn)
The flow that is associated with the source that you want to update.
|
UpdateFlowSourceRequest.Builder |
ingestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
UpdateFlowSourceRequest.Builder |
maxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
UpdateFlowSourceRequest.Builder |
maxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
UpdateFlowSourceRequest.Builder |
maxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
UpdateFlowSourceRequest.Builder |
mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest.Builder |
mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfigurationRequest.Builder>... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest.Builder |
mediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest.Builder |
minLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
UpdateFlowSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFlowSourceRequest.Builder |
protocol(Protocol protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest.Builder |
protocol(String protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest.Builder |
senderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
UpdateFlowSourceRequest.Builder |
senderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
UpdateFlowSourceRequest.Builder |
sourceArn(String sourceArn)
The ARN of the source that you want to update.
|
UpdateFlowSourceRequest.Builder |
streamId(String streamId)
The stream ID that you want to use for this transport.
|
UpdateFlowSourceRequest.Builder |
vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
UpdateFlowSourceRequest.Builder |
whitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlowSourceRequest.Builder decryption(UpdateEncryption decryption)
decryption - The type of encryption used on the content ingested from this source.default UpdateFlowSourceRequest.Builder decryption(Consumer<UpdateEncryption.Builder> decryption)
UpdateEncryption.Builder avoiding the need to create one manually via
UpdateEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to decryption(UpdateEncryption).
decryption - a consumer that will call methods on UpdateEncryption.Builderdecryption(UpdateEncryption)UpdateFlowSourceRequest.Builder description(String description)
description - A description for the source. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.UpdateFlowSourceRequest.Builder entitlementArn(String entitlementArn)
entitlementArn - The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the
flow originator, and the ARN is generated as part of the originator's flow.UpdateFlowSourceRequest.Builder flowArn(String flowArn)
flowArn - The flow that is associated with the source that you want to update.UpdateFlowSourceRequest.Builder ingestPort(Integer ingestPort)
ingestPort - The port that the flow will be listening on for incoming content.UpdateFlowSourceRequest.Builder maxBitrate(Integer maxBitrate)
maxBitrate - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.UpdateFlowSourceRequest.Builder maxLatency(Integer maxLatency)
maxLatency - The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and
Fujitsu-based streams.UpdateFlowSourceRequest.Builder maxSyncBuffer(Integer maxSyncBuffer)
maxSyncBuffer - The size of the buffer (in milliseconds) to use to sync incoming source data.UpdateFlowSourceRequest.Builder mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
mediaStreamSourceConfigurations - The media streams that are associated with the source, and the parameters for those associations.UpdateFlowSourceRequest.Builder mediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
mediaStreamSourceConfigurations - The media streams that are associated with the source, and the parameters for those associations.UpdateFlowSourceRequest.Builder mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfigurationRequest.Builder>... mediaStreamSourceConfigurations)
MediaStreamSourceConfigurationRequest.Builder
avoiding the need to create one manually via
MediaStreamSourceConfigurationRequest.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #mediaStreamSourceConfigurations(List.
mediaStreamSourceConfigurations - a consumer that will call methods on
MediaStreamSourceConfigurationRequest.Builder#mediaStreamSourceConfigurations(java.util.Collection) UpdateFlowSourceRequest.Builder minLatency(Integer minLatency)
minLatency - The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this
value that you set on your MediaConnect source or output represents the minimal potential latency of
that connection. The latency of the stream is set to the highest number between the sender’s minimum
latency and the receiver’s minimum latency.UpdateFlowSourceRequest.Builder protocol(String protocol)
UpdateFlowSourceRequest.Builder protocol(Protocol protocol)
UpdateFlowSourceRequest.Builder senderControlPort(Integer senderControlPort)
senderControlPort - The port that the flow uses to send outbound requests to initiate connection with the sender.UpdateFlowSourceRequest.Builder senderIpAddress(String senderIpAddress)
senderIpAddress - The IP address that the flow communicates with to initiate connection with the sender.UpdateFlowSourceRequest.Builder sourceArn(String sourceArn)
sourceArn - The ARN of the source that you want to update.UpdateFlowSourceRequest.Builder streamId(String streamId)
streamId - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based
streams.UpdateFlowSourceRequest.Builder vpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName - The name of the VPC interface to use for this source.UpdateFlowSourceRequest.Builder whitelistCidr(String whitelistCidr)
whitelistCidr - The range of IP addresses that should be allowed to contribute content to your source. These IP
addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example,
10.0.0.0/16.UpdateFlowSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFlowSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.