Interface UpdateFlowSourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFlowSourceRequest.Builder,UpdateFlowSourceRequest>,MediaConnectRequest.Builder,SdkBuilder<UpdateFlowSourceRequest.Builder,UpdateFlowSourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFlowSourceRequest
public static interface UpdateFlowSourceRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlowSourceRequest.Builder,UpdateFlowSourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateFlowSourceRequest.Builderdecryption(Consumer<UpdateEncryption.Builder> decryption)The type of encryption used on the content ingested from this source.UpdateFlowSourceRequest.Builderdecryption(UpdateEncryption decryption)The type of encryption used on the content ingested from this source.UpdateFlowSourceRequest.Builderdescription(String description)A description for the source.UpdateFlowSourceRequest.BuilderentitlementArn(String entitlementArn)The ARN of the entitlement that allows you to subscribe to this flow.UpdateFlowSourceRequest.BuilderflowArn(String flowArn)The flow that is associated with the source that you want to update.default UpdateFlowSourceRequest.BuildergatewayBridgeSource(Consumer<UpdateGatewayBridgeSourceRequest.Builder> gatewayBridgeSource)The source configuration for cloud flows receiving a stream from a bridge.UpdateFlowSourceRequest.BuildergatewayBridgeSource(UpdateGatewayBridgeSourceRequest gatewayBridgeSource)The source configuration for cloud flows receiving a stream from a bridge.UpdateFlowSourceRequest.BuilderingestPort(Integer ingestPort)The port that the flow will be listening on for incoming content.UpdateFlowSourceRequest.BuildermaxBitrate(Integer maxBitrate)The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.UpdateFlowSourceRequest.BuildermaxLatency(Integer maxLatency)The maximum latency in milliseconds.UpdateFlowSourceRequest.BuildermaxSyncBuffer(Integer maxSyncBuffer)The size of the buffer (in milliseconds) to use to sync incoming source data.UpdateFlowSourceRequest.BuildermediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)The media streams that are associated with the source, and the parameters for those associations.UpdateFlowSourceRequest.BuildermediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfigurationRequest.Builder>... mediaStreamSourceConfigurations)The media streams that are associated with the source, and the parameters for those associations.UpdateFlowSourceRequest.BuildermediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)The media streams that are associated with the source, and the parameters for those associations.UpdateFlowSourceRequest.BuilderminLatency(Integer minLatency)The minimum latency in milliseconds for SRT-based streams.UpdateFlowSourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFlowSourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFlowSourceRequest.Builderprotocol(String protocol)The protocol that is used by the source.UpdateFlowSourceRequest.Builderprotocol(Protocol protocol)The protocol that is used by the source.UpdateFlowSourceRequest.BuildersenderControlPort(Integer senderControlPort)The port that the flow uses to send outbound requests to initiate connection with the sender.UpdateFlowSourceRequest.BuildersenderIpAddress(String senderIpAddress)The IP address that the flow communicates with to initiate connection with the sender.UpdateFlowSourceRequest.BuildersourceArn(String sourceArn)The ARN of the source that you want to update.UpdateFlowSourceRequest.BuildersourceListenerAddress(String sourceListenerAddress)Source IP or domain name for SRT-caller protocol.UpdateFlowSourceRequest.BuildersourceListenerPort(Integer sourceListenerPort)Source port for SRT-caller protocol.UpdateFlowSourceRequest.BuilderstreamId(String streamId)The stream ID that you want to use for this transport.UpdateFlowSourceRequest.BuildervpcInterfaceName(String vpcInterfaceName)The name of the VPC interface to use for this source.UpdateFlowSourceRequest.BuilderwhitelistCidr(String whitelistCidr)The range of IP addresses that should be allowed to contribute content to your source.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
decryption
UpdateFlowSourceRequest.Builder decryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source. Allowable encryption types: static-key.- Parameters:
decryption- The type of encryption used on the content ingested from this source. Allowable encryption types: static-key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decryption
default UpdateFlowSourceRequest.Builder decryption(Consumer<UpdateEncryption.Builder> decryption)
The type of encryption used on the content ingested from this source. Allowable encryption types: static-key. This is a convenience method that creates an instance of theUpdateEncryption.Builderavoiding the need to create one manually viaUpdateEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todecryption(UpdateEncryption).- Parameters:
decryption- a consumer that will call methods onUpdateEncryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
decryption(UpdateEncryption)
-
description
UpdateFlowSourceRequest.Builder description(String description)
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.- Parameters:
description- A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitlementArn
UpdateFlowSourceRequest.Builder entitlementArn(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowArn
UpdateFlowSourceRequest.Builder flowArn(String flowArn)
The flow that is associated with the source that you want to update.- Parameters:
flowArn- The flow that is associated with the source that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestPort
UpdateFlowSourceRequest.Builder ingestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.- Parameters:
ingestPort- The port that the flow will be listening on for incoming content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxBitrate
UpdateFlowSourceRequest.Builder maxBitrate(Integer maxBitrate)
The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.- Parameters:
maxBitrate- The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxLatency
UpdateFlowSourceRequest.Builder maxLatency(Integer maxLatency)
The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.- Parameters:
maxLatency- The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSyncBuffer
UpdateFlowSourceRequest.Builder maxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.- Parameters:
maxSyncBuffer- The size of the buffer (in milliseconds) to use to sync incoming source data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaStreamSourceConfigurations
UpdateFlowSourceRequest.Builder mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.- Parameters:
mediaStreamSourceConfigurations- The media streams that are associated with the source, and the parameters for those associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaStreamSourceConfigurations
UpdateFlowSourceRequest.Builder mediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.- Parameters:
mediaStreamSourceConfigurations- The media streams that are associated with the source, and the parameters for those associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaStreamSourceConfigurations
UpdateFlowSourceRequest.Builder mediaStreamSourceConfigurations(Consumer<MediaStreamSourceConfigurationRequest.Builder>... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations. This is a convenience method that creates an instance of theMediaStreamSourceConfigurationRequest.Builderavoiding the need to create one manually viaMediaStreamSourceConfigurationRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#mediaStreamSourceConfigurations(List.) - Parameters:
mediaStreamSourceConfigurations- a consumer that will call methods onMediaStreamSourceConfigurationRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#mediaStreamSourceConfigurations(java.util.Collection)
-
minLatency
UpdateFlowSourceRequest.Builder minLatency(Integer 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
UpdateFlowSourceRequest.Builder protocol(String protocol)
The protocol that is used by the source.
-
protocol
UpdateFlowSourceRequest.Builder protocol(Protocol protocol)
The protocol that is used by the source.
-
senderControlPort
UpdateFlowSourceRequest.Builder senderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.- Parameters:
senderControlPort- The port that the flow uses to send outbound requests to initiate connection with the sender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
senderIpAddress
UpdateFlowSourceRequest.Builder senderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.- Parameters:
senderIpAddress- The IP address that the flow communicates with to initiate connection with the sender.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceArn
UpdateFlowSourceRequest.Builder sourceArn(String sourceArn)
The ARN of the source that you want to update.- Parameters:
sourceArn- The ARN of the source that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceListenerAddress
UpdateFlowSourceRequest.Builder sourceListenerAddress(String sourceListenerAddress)
Source IP or domain name for SRT-caller protocol.- Parameters:
sourceListenerAddress- Source IP or domain name for SRT-caller protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceListenerPort
UpdateFlowSourceRequest.Builder sourceListenerPort(Integer sourceListenerPort)
Source port for SRT-caller protocol.- Parameters:
sourceListenerPort- Source port for SRT-caller protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamId
UpdateFlowSourceRequest.Builder streamId(String streamId)
The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.- Parameters:
streamId- The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInterfaceName
UpdateFlowSourceRequest.Builder vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.- Parameters:
vpcInterfaceName- The name of the VPC interface to use for this source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
whitelistCidr
UpdateFlowSourceRequest.Builder whitelistCidr(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayBridgeSource
UpdateFlowSourceRequest.Builder gatewayBridgeSource(UpdateGatewayBridgeSourceRequest gatewayBridgeSource)
The source configuration for cloud flows receiving a stream from a bridge.- Parameters:
gatewayBridgeSource- The source configuration for cloud flows receiving a stream from a bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayBridgeSource
default UpdateFlowSourceRequest.Builder gatewayBridgeSource(Consumer<UpdateGatewayBridgeSourceRequest.Builder> gatewayBridgeSource)
The source configuration for cloud flows receiving a stream from a bridge. This is a convenience method that creates an instance of theUpdateGatewayBridgeSourceRequest.Builderavoiding the need to create one manually viaUpdateGatewayBridgeSourceRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togatewayBridgeSource(UpdateGatewayBridgeSourceRequest).- Parameters:
gatewayBridgeSource- a consumer that will call methods onUpdateGatewayBridgeSourceRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
gatewayBridgeSource(UpdateGatewayBridgeSourceRequest)
-
overrideConfiguration
UpdateFlowSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFlowSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-