@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFlowSourceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
UpdateEncryption |
getDecryption()
The type of encryption used on the content ingested from this source.
|
String |
getDescription()
A description for the source.
|
String |
getEntitlementArn()
The ARN of the entitlement that allows you to subscribe to this flow.
|
String |
getFlowArn()
The flow that is associated with the source that you want to update.
|
Integer |
getIngestPort()
The port that the flow will be listening on for incoming content.
|
Integer |
getMaxBitrate()
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
Integer |
getMaxLatency()
The maximum latency in milliseconds.
|
Integer |
getMaxSyncBuffer()
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
List<MediaStreamSourceConfigurationRequest> |
getMediaStreamSourceConfigurations()
The media streams that are associated with the source, and the parameters for those associations.
|
Integer |
getMinLatency()
The minimum latency in milliseconds for SRT-based streams.
|
String |
getProtocol()
The protocol that is used by the source.
|
String |
getSourceArn()
The ARN of the source that you want to update.
|
String |
getStreamId()
The stream ID that you want to use for this transport.
|
String |
getVpcInterfaceName()
The name of the VPC interface to use for this source.
|
String |
getWhitelistCidr()
The range of IP addresses that should be allowed to contribute content to your source.
|
int |
hashCode() |
void |
setDecryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
void |
setDescription(String description)
A description for the source.
|
void |
setEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
void |
setFlowArn(String flowArn)
The flow that is associated with the source that you want to update.
|
void |
setIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
void |
setMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
void |
setMaxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
void |
setMaxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
void |
setMediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
void |
setMinLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
void |
setProtocol(String protocol)
The protocol that is used by the source.
|
void |
setSourceArn(String sourceArn)
The ARN of the source that you want to update.
|
void |
setStreamId(String streamId)
The stream ID that you want to use for this transport.
|
void |
setVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
void |
setWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowSourceRequest |
withDecryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowSourceRequest |
withDescription(String description)
A description for the source.
|
UpdateFlowSourceRequest |
withEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
UpdateFlowSourceRequest |
withFlowArn(String flowArn)
The flow that is associated with the source that you want to update.
|
UpdateFlowSourceRequest |
withIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
UpdateFlowSourceRequest |
withMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
UpdateFlowSourceRequest |
withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
UpdateFlowSourceRequest |
withMaxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
UpdateFlowSourceRequest |
withMediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest |
withMediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest |
withMinLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
UpdateFlowSourceRequest |
withProtocol(Protocol protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest |
withProtocol(String protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest |
withSourceArn(String sourceArn)
The ARN of the source that you want to update.
|
UpdateFlowSourceRequest |
withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
UpdateFlowSourceRequest |
withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
UpdateFlowSourceRequest |
withWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDecryption(UpdateEncryption decryption)
decryption
- The type of encryption used on the content ingested from this source.public UpdateEncryption getDecryption()
public UpdateFlowSourceRequest withDecryption(UpdateEncryption decryption)
decryption
- The type of encryption used on the content ingested from this source.public void setDescription(String description)
description
- A description for the source. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.public String getDescription()
public UpdateFlowSourceRequest withDescription(String description)
description
- A description for the source. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.public void setEntitlementArn(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.public String getEntitlementArn()
public UpdateFlowSourceRequest withEntitlementArn(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.public void setFlowArn(String flowArn)
flowArn
- The flow that is associated with the source that you want to update.public String getFlowArn()
public UpdateFlowSourceRequest withFlowArn(String flowArn)
flowArn
- The flow that is associated with the source that you want to update.public void setIngestPort(Integer ingestPort)
ingestPort
- The port that the flow will be listening on for incoming content.public Integer getIngestPort()
public UpdateFlowSourceRequest withIngestPort(Integer ingestPort)
ingestPort
- The port that the flow will be listening on for incoming content.public void setMaxBitrate(Integer maxBitrate)
maxBitrate
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.public Integer getMaxBitrate()
public UpdateFlowSourceRequest withMaxBitrate(Integer maxBitrate)
maxBitrate
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.public void setMaxLatency(Integer maxLatency)
maxLatency
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.public Integer getMaxLatency()
public UpdateFlowSourceRequest withMaxLatency(Integer maxLatency)
maxLatency
- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.public void setMaxSyncBuffer(Integer maxSyncBuffer)
maxSyncBuffer
- The size of the buffer (in milliseconds) to use to sync incoming source data.public Integer getMaxSyncBuffer()
public UpdateFlowSourceRequest withMaxSyncBuffer(Integer maxSyncBuffer)
maxSyncBuffer
- The size of the buffer (in milliseconds) to use to sync incoming source data.public List<MediaStreamSourceConfigurationRequest> getMediaStreamSourceConfigurations()
public void setMediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
mediaStreamSourceConfigurations
- The media streams that are associated with the source, and the parameters for those associations.public UpdateFlowSourceRequest withMediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
NOTE: This method appends the values to the existing list (if any). Use
setMediaStreamSourceConfigurations(java.util.Collection)
or
withMediaStreamSourceConfigurations(java.util.Collection)
if you want to override the existing values.
mediaStreamSourceConfigurations
- The media streams that are associated with the source, and the parameters for those associations.public UpdateFlowSourceRequest withMediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
mediaStreamSourceConfigurations
- The media streams that are associated with the source, and the parameters for those associations.public void setMinLatency(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.public Integer getMinLatency()
public UpdateFlowSourceRequest withMinLatency(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.public void setProtocol(String protocol)
protocol
- The protocol that is used by the source.Protocol
public String getProtocol()
Protocol
public UpdateFlowSourceRequest withProtocol(String protocol)
protocol
- The protocol that is used by the source.Protocol
public UpdateFlowSourceRequest withProtocol(Protocol protocol)
protocol
- The protocol that is used by the source.Protocol
public void setSourceArn(String sourceArn)
sourceArn
- The ARN of the source that you want to update.public String getSourceArn()
public UpdateFlowSourceRequest withSourceArn(String sourceArn)
sourceArn
- The ARN of the source that you want to update.public void setStreamId(String streamId)
streamId
- The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.public String getStreamId()
public UpdateFlowSourceRequest withStreamId(String streamId)
streamId
- The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.public void setVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC interface to use for this source.public String getVpcInterfaceName()
public UpdateFlowSourceRequest withVpcInterfaceName(String vpcInterfaceName)
vpcInterfaceName
- The name of the VPC interface to use for this source.public void setWhitelistCidr(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.public String getWhitelistCidr()
public UpdateFlowSourceRequest withWhitelistCidr(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.public String toString()
toString
in class Object
Object.toString()
public UpdateFlowSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()