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 RTP and RTP-FEC streams.
|
UpdateFlowSourceRequest.Builder |
maxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-based streams.
|
UpdateFlowSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateFlowSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
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 |
whitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateFlowSourceRequest.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.Builder
decryption(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 RTP and RTP-FEC streams.UpdateFlowSourceRequest.Builder maxLatency(Integer maxLatency)
maxLatency
- The maximum latency in milliseconds for Zixi-based streams.UpdateFlowSourceRequest.Builder protocol(String protocol)
UpdateFlowSourceRequest.Builder protocol(Protocol protocol)
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 whitelistCidr(String whitelistCidr)
whitelistCidr
- The range of IP addresses that should be allowed to contribute content to your source. These IP
addresses should in the form of a Classless Inter-Domain Routing (CIDR) block; for example,
10.0.0.0/16.UpdateFlowSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateFlowSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.