@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLatencyMode()
Channel latency mode.
|
String |
getName()
Channel name.
|
Map<String,String> |
getTags()
See Channel$tags.
|
String |
getType()
Channel type, which determines the allowable resolution and bitrate.
|
int |
hashCode() |
void |
setLatencyMode(String latencyMode)
Channel latency mode.
|
void |
setName(String name)
Channel name.
|
void |
setTags(Map<String,String> tags)
See Channel$tags.
|
void |
setType(String type)
Channel type, which determines the allowable resolution and bitrate.
|
String |
toString()
Returns a string representation of this object.
|
CreateChannelRequest |
withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
CreateChannelRequest |
withLatencyMode(String latencyMode)
Channel latency mode.
|
CreateChannelRequest |
withName(String name)
Channel name.
|
CreateChannelRequest |
withTags(Map<String,String> tags)
See Channel$tags.
|
CreateChannelRequest |
withType(ChannelType type)
Channel type, which determines the allowable resolution and bitrate.
|
CreateChannelRequest |
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 setName(String name)
Channel name.
name - Channel name.public String getName()
Channel name.
public CreateChannelRequest 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 CreateChannelRequest withLatencyMode(String latencyMode)
Channel latency mode. Default: LOW.
latencyMode - Channel latency mode. Default: LOW.ChannelLatencyModepublic CreateChannelRequest 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 CreateChannelRequest 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 CreateChannelRequest 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 Map<String,String> getTags()
See Channel$tags.
public void setTags(Map<String,String> tags)
See Channel$tags.
tags - See Channel$tags.public CreateChannelRequest withTags(Map<String,String> tags)
See Channel$tags.
tags - See Channel$tags.public CreateChannelRequest addTagsEntry(String key, String value)
public CreateChannelRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.