@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 |
getChannelName()
The identifier for the channel you are working on.
|
SlateSource |
getFillerSlate()
The slate used to fill gaps between programs in the schedule.
|
List<RequestOutputItem> |
getOutputs()
The channel's output properties.
|
int |
hashCode() |
void |
setChannelName(String channelName)
The identifier for the channel you are working on.
|
void |
setFillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
void |
setOutputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelRequest |
withChannelName(String channelName)
The identifier for the channel you are working on.
|
UpdateChannelRequest |
withFillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelRequest |
withOutputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
|
UpdateChannelRequest |
withOutputs(RequestOutputItem... outputs)
The channel's output properties.
|
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 setChannelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.public String getChannelName()
The identifier for the channel you are working on.
public UpdateChannelRequest withChannelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.public void setFillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.
fillerSlate - The slate used to fill gaps between programs in the schedule. You must configure filler slate if your
channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP
PlaybackMode.public SlateSource getFillerSlate()
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.
public UpdateChannelRequest withFillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.
fillerSlate - The slate used to fill gaps between programs in the schedule. You must configure filler slate if your
channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP
PlaybackMode.public List<RequestOutputItem> getOutputs()
The channel's output properties.
public void setOutputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
outputs - The channel's output properties.public UpdateChannelRequest withOutputs(RequestOutputItem... outputs)
The channel's output properties.
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection) or withOutputs(java.util.Collection) if you want to override
the existing values.
outputs - The channel's output properties.public UpdateChannelRequest withOutputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
outputs - The channel's output properties.public String toString()
toString in class ObjectObject.toString()public UpdateChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.