@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigureLogsForPlaybackConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Configures Amazon CloudWatch log settings for a playback configuration.
NOOP| Constructor and Description |
|---|
ConfigureLogsForPlaybackConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
ConfigureLogsForPlaybackConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getPercentEnabled()
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
|
String |
getPlaybackConfigurationName()
The name of the playback configuration.
|
int |
hashCode() |
void |
setPercentEnabled(Integer percentEnabled)
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
|
void |
setPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
String |
toString()
Returns a string representation of this object.
|
ConfigureLogsForPlaybackConfigurationRequest |
withPercentEnabled(Integer percentEnabled)
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
|
ConfigureLogsForPlaybackConfigurationRequest |
withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
|
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 ConfigureLogsForPlaybackConfigurationRequest()
public void setPercentEnabled(Integer percentEnabled)
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if
your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for
600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration
sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
public Integer getPercentEnabled()
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
Valid values: 0 - 100
public ConfigureLogsForPlaybackConfigurationRequest withPercentEnabled(Integer percentEnabled)
The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if
your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for
600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration
sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.
Valid values: 0 - 100
public void setPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
playbackConfigurationName - The name of the playback configuration.public String getPlaybackConfigurationName()
The name of the playback configuration.
public ConfigureLogsForPlaybackConfigurationRequest withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration.
playbackConfigurationName - The name of the playback configuration.public String toString()
toString in class ObjectObject.toString()public ConfigureLogsForPlaybackConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.