public static interface SetSourceRequest.Builder extends SdkPojo, CopyableBuilder<SetSourceRequest.Builder,SetSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
default SetSourceRequest.Builder |
decryption(Consumer<Encryption.Builder> decryption)
The type of encryption that is used on the content ingested from this source.
|
SetSourceRequest.Builder |
decryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
SetSourceRequest.Builder |
description(String description)
A description for the source.
|
SetSourceRequest.Builder |
entitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
SetSourceRequest.Builder |
ingestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
SetSourceRequest.Builder |
maxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
SetSourceRequest.Builder |
maxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
SetSourceRequest.Builder |
name(String name)
The name of the source.
|
SetSourceRequest.Builder |
protocol(Protocol protocol)
The protocol that is used by the source.
|
SetSourceRequest.Builder |
protocol(String protocol)
The protocol that is used by the source.
|
SetSourceRequest.Builder |
streamId(String streamId)
The stream ID that you want to use for this transport.
|
SetSourceRequest.Builder |
vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
SetSourceRequest.Builder |
whitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSetSourceRequest.Builder decryption(Encryption decryption)
decryption - The type of encryption that is used on the content ingested from this source.default SetSourceRequest.Builder decryption(Consumer<Encryption.Builder> decryption)
Encryption.Builder avoiding the need to create one manually via
Encryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to decryption(Encryption).decryption - a consumer that will call methods on Encryption.Builderdecryption(Encryption)SetSourceRequest.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.SetSourceRequest.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.SetSourceRequest.Builder ingestPort(Integer ingestPort)
ingestPort - The port that the flow will be listening on for incoming content.SetSourceRequest.Builder maxBitrate(Integer maxBitrate)
maxBitrate - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.SetSourceRequest.Builder maxLatency(Integer maxLatency)
maxLatency - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.SetSourceRequest.Builder name(String name)
name - The name of the source.SetSourceRequest.Builder protocol(String protocol)
SetSourceRequest.Builder protocol(Protocol protocol)
SetSourceRequest.Builder streamId(String streamId)
streamId - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based
streams.SetSourceRequest.Builder vpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName - The name of the VPC interface to use for this source.SetSourceRequest.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.Copyright © 2020. All rights reserved.