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 |
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 |
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 configure this Source with.
|
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 and 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 vpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName - The name of the VPC Interface to configure this Source with.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 © 2020. All rights reserved.