@Generated(value="software.amazon.awssdk:codegen") public final class HealthEventsConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HealthEventsConfig.Builder,HealthEventsConfig>
A complex type for the configuration. Defines the health event threshold percentages, for performance score and availability score. Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default value is 95%.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HealthEventsConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
availabilityScoreThreshold()
The health event threshold percentage set for availability scores.
|
static HealthEventsConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
performanceScoreThreshold()
The health event threshold percentage set for performance scores.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HealthEventsConfig.Builder> |
serializableBuilderClass() |
HealthEventsConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double availabilityScoreThreshold()
The health event threshold percentage set for availability scores.
public final Double performanceScoreThreshold()
The health event threshold percentage set for performance scores.
public HealthEventsConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HealthEventsConfig.Builder,HealthEventsConfig>public static HealthEventsConfig.Builder builder()
public static Class<? extends HealthEventsConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.