Class MonitoringConfigurationUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.MonitoringConfigurationUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>
@Generated("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 an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitoringConfigurationUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringConfigurationUpdate.Builderbuilder()ConfigurationTypeconfigurationTypeUpdate()Describes updates to whether to use the default CloudWatch logging configuration for an application.StringconfigurationTypeUpdateAsString()Describes updates to whether to use the default CloudWatch logging configuration for an application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LogLevellogLevelUpdate()Describes updates to the verbosity of the CloudWatch Logs for an application.StringlogLevelUpdateAsString()Describes updates to the verbosity of the CloudWatch Logs for an application.MetricsLevelmetricsLevelUpdate()Describes updates to the granularity of the CloudWatch Logs for an application.StringmetricsLevelUpdateAsString()Describes updates to the granularity of the CloudWatch Logs for an application.List<SdkField<?>>sdkFields()static Class<? extends MonitoringConfigurationUpdate.Builder>serializableBuilderClass()MonitoringConfigurationUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
configurationTypeUpdate
public final ConfigurationType configurationTypeUpdate()
Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property to
CUSTOMin order to set theLogLevelorMetricsLevelparameters.If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdatewill returnConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeUpdateAsString().- Returns:
- Describes updates to whether to use the default CloudWatch logging configuration for an application. You
must set this property to
CUSTOMin order to set theLogLevelorMetricsLevelparameters. - See Also:
ConfigurationType
-
configurationTypeUpdateAsString
public final String configurationTypeUpdateAsString()
Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property to
CUSTOMin order to set theLogLevelorMetricsLevelparameters.If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdatewill returnConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeUpdateAsString().- Returns:
- Describes updates to whether to use the default CloudWatch logging configuration for an application. You
must set this property to
CUSTOMin order to set theLogLevelorMetricsLevelparameters. - See Also:
ConfigurationType
-
metricsLevelUpdate
public final MetricsLevel metricsLevelUpdate()
Describes updates to the granularity of the CloudWatch Logs for an application. The
Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs.If the service returns an enum value that is not available in the current SDK version,
metricsLevelUpdatewill returnMetricsLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommetricsLevelUpdateAsString().- Returns:
- Describes updates to the granularity of the CloudWatch Logs for an application. The
Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs. - See Also:
MetricsLevel
-
metricsLevelUpdateAsString
public final String metricsLevelUpdateAsString()
Describes updates to the granularity of the CloudWatch Logs for an application. The
Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs.If the service returns an enum value that is not available in the current SDK version,
metricsLevelUpdatewill returnMetricsLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommetricsLevelUpdateAsString().- Returns:
- Describes updates to the granularity of the CloudWatch Logs for an application. The
Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs. - See Also:
MetricsLevel
-
logLevelUpdate
public final 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,
logLevelUpdatewill returnLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogLevelUpdateAsString().- Returns:
- Describes updates to the verbosity of the CloudWatch Logs for an application.
- See Also:
LogLevel
-
logLevelUpdateAsString
public final 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,
logLevelUpdatewill returnLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogLevelUpdateAsString().- Returns:
- Describes updates to the verbosity of the CloudWatch Logs for an application.
- See Also:
LogLevel
-
toBuilder
public MonitoringConfigurationUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>
-
builder
public static MonitoringConfigurationUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitoringConfigurationUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-