@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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
.ChannelLatencyMode
public String getLatencyMode()
Channel latency mode. Default: LOW
.
LOW
.ChannelLatencyMode
public UpdateChannelRequest withLatencyMode(String latencyMode)
Channel latency mode. Default: LOW
.
latencyMode
- Channel latency mode. Default: LOW
.ChannelLatencyMode
public UpdateChannelRequest withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode. Default: LOW
.
latencyMode
- Channel latency mode. Default: LOW
.ChannelLatencyMode
public 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
.ChannelType
public 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
.ChannelType
public 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
.ChannelType
public 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
.ChannelType
public String toString()
toString
in class Object
Object.toString()
public UpdateChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.