@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 RTP and RTP-FEC streams.
|
Integer |
getMaxLatency()
The maximum latency in milliseconds for Zixi-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 |
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 RTP and RTP-FEC streams.
|
void |
setMaxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-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 |
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 RTP and RTP-FEC streams.
|
UpdateFlowSourceRequest |
withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-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 |
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 RTP and RTP-FEC streams.public Integer getMaxBitrate()
public UpdateFlowSourceRequest withMaxBitrate(Integer maxBitrate)
maxBitrate
- The smoothing max bitrate for RTP and RTP-FEC streams.public void setMaxLatency(Integer maxLatency)
maxLatency
- The maximum latency in milliseconds for Zixi-based streams.public Integer getMaxLatency()
public UpdateFlowSourceRequest withMaxLatency(Integer maxLatency)
maxLatency
- The maximum latency in milliseconds for Zixi-based streams.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 setWhitelistCidr(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.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 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.