@Generated(value="software.amazon.awssdk:codegen") public final class MonitoringConfigurationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>
Describes updates to configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonitoringConfigurationUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringConfigurationUpdate.Builder |
builder() |
ConfigurationType |
configurationTypeUpdate()
Describes updates to whether to use the default CloudWatch logging configuration for an application.
|
String |
configurationTypeUpdateAsString()
Describes updates to whether to use the default CloudWatch logging configuration for an application.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogLevel |
logLevelUpdate()
Describes updates to the verbosity of the CloudWatch Logs for an application.
|
String |
logLevelUpdateAsString()
Describes updates to the verbosity of the CloudWatch Logs for an application.
|
MetricsLevel |
metricsLevelUpdate()
Describes updates to the granularity of the CloudWatch Logs for an application.
|
String |
metricsLevelUpdateAsString()
Describes updates to the granularity of the CloudWatch Logs for an application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitoringConfigurationUpdate.Builder> |
serializableBuilderClass() |
MonitoringConfigurationUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic ConfigurationType configurationTypeUpdate()
Describes updates to whether to use the default CloudWatch logging configuration for an application.
If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdate will return ConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from configurationTypeUpdateAsString().
ConfigurationTypepublic String configurationTypeUpdateAsString()
Describes updates to whether to use the default CloudWatch logging configuration for an application.
If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdate will return ConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from configurationTypeUpdateAsString().
ConfigurationTypepublic MetricsLevel metricsLevelUpdate()
Describes updates to the granularity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version,
metricsLevelUpdate will return MetricsLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from metricsLevelUpdateAsString().
MetricsLevelpublic String metricsLevelUpdateAsString()
Describes updates to the granularity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version,
metricsLevelUpdate will return MetricsLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from metricsLevelUpdateAsString().
MetricsLevelpublic LogLevel logLevelUpdate()
Describes updates to the verbosity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version, logLevelUpdate
will return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelUpdateAsString().
LogLevelpublic String logLevelUpdateAsString()
Describes updates to the verbosity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version, logLevelUpdate
will return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelUpdateAsString().
LogLevelpublic MonitoringConfigurationUpdate.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>public static MonitoringConfigurationUpdate.Builder builder()
public static Class<? extends MonitoringConfigurationUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.