static GetHealthEventResponse.Builder |
GetHealthEventResponse.builder() |
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.createdAt(Instant createdAt) |
The time when a health event was created.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.endedAt(Instant endedAt) |
The time when a health event was resolved.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.eventArn(String eventArn) |
The Amazon Resource Name (ARN) of the event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.eventId(String eventId) |
The internally-generated identifier of a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.healthScoreThreshold(Double healthScoreThreshold) |
The threshold percentage for a health score that determines, along with other configuration information, when
Internet Monitor creates a health event when there's an internet issue that affects your application end
users.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactedLocations(Collection<ImpactedLocation> impactedLocations) |
The locations affected by a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactedLocations(Consumer<ImpactedLocation.Builder>... impactedLocations) |
The locations affected by a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactedLocations(ImpactedLocation... impactedLocations) |
The locations affected by a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactType(String impactType) |
The type of impairment of a specific health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactType(HealthEventImpactType impactType) |
The type of impairment of a specific health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The time when a health event was last updated or recalculated.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.percentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted) |
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.startedAt(Instant startedAt) |
The time when a health event started.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.status(String status) |
The status of a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.status(HealthEventStatus status) |
The status of a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.toBuilder() |
|