@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of the channel to be updated.
|
String |
getLatencyMode()
Channel latency mode.
|
String |
getName()
Channel name.
|
String |
getType()
Channel type, which determines the allowable resolution and bitrate.
|
int |
hashCode() |
void |
setArn(String arn)
ARN of the channel to be updated.
|
void |
setLatencyMode(String latencyMode)
Channel latency mode.
|
void |
setName(String name)
Channel name.
|
void |
setType(String type)
Channel type, which determines the allowable resolution and bitrate.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelRequest |
withArn(String arn)
ARN of the channel to be updated.
|
UpdateChannelRequest |
withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
UpdateChannelRequest |
withLatencyMode(String latencyMode)
Channel latency mode.
|
UpdateChannelRequest |
withName(String name)
Channel name.
|
UpdateChannelRequest |
withType(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
UpdateChannelRequest |
withType(String type)
Channel type, which determines the allowable resolution and bitrate.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setArn(String arn)
ARN of the channel to be updated.
arn - ARN of the channel to be updated.public String getArn()
ARN of the channel to be updated.
public UpdateChannelRequest withArn(String arn)
ARN of the channel to be updated.
arn - ARN of the channel to be updated.public void setName(String name)
Channel name.
name - Channel name.public String getName()
Channel name.
public UpdateChannelRequest withName(String name)
Channel name.
name - Channel name.public void setLatencyMode(String latencyMode)
Channel latency mode. Default: LOW.
latencyMode - Channel latency mode. Default: LOW.ChannelLatencyModepublic String getLatencyMode()
Channel latency mode. Default: LOW.
LOW.ChannelLatencyModepublic UpdateChannelRequest withLatencyMode(String latencyMode)
Channel latency mode. Default: LOW.
latencyMode - Channel latency mode. Default: LOW.ChannelLatencyModepublic UpdateChannelRequest withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode. Default: LOW.
latencyMode - Channel latency mode. Default: LOW.ChannelLatencyModepublic void setType(String type)
Channel type, which determines the allowable resolution and bitrate. STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source resolution,
whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is transfixed; resolution
can be up to 480p; and bitrate can be up to 1.5 Mbps. Default STANDARD.
type - Channel type, which determines the allowable resolution and bitrate. STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source
resolution, whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is
transfixed; resolution can be up to 480p; and bitrate can be up to 1.5 Mbps. Default STANDARD
.ChannelTypepublic String getType()
Channel type, which determines the allowable resolution and bitrate. STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source resolution,
whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is transfixed; resolution
can be up to 480p; and bitrate can be up to 1.5 Mbps. Default STANDARD.
STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source
resolution, whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is
transfixed; resolution can be up to 480p; and bitrate can be up to 1.5 Mbps. Default
STANDARD.ChannelTypepublic UpdateChannelRequest withType(String type)
Channel type, which determines the allowable resolution and bitrate. STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source resolution,
whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is transfixed; resolution
can be up to 480p; and bitrate can be up to 1.5 Mbps. Default STANDARD.
type - Channel type, which determines the allowable resolution and bitrate. STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source
resolution, whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is
transfixed; resolution can be up to 480p; and bitrate can be up to 1.5 Mbps. Default STANDARD
.ChannelTypepublic UpdateChannelRequest withType(ChannelType type)
Channel type, which determines the allowable resolution and bitrate. STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source resolution,
whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is transfixed; resolution
can be up to 480p; and bitrate can be up to 1.5 Mbps. Default STANDARD.
type - Channel type, which determines the allowable resolution and bitrate. STANDARD: The stream is
transcoded; resolution (width, in landscape orientation) can be up to 1080p or the input source
resolution, whichever is lower; and bitrate can be up to 8.5 Mbps. BASIC: The stream is
transfixed; resolution can be up to 480p; and bitrate can be up to 1.5 Mbps. Default STANDARD
.ChannelTypepublic String toString()
toString in class ObjectObject.toString()public UpdateChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.