static HealthEvent.Builder |
HealthEvent.builder() |
|
HealthEvent.Builder |
HealthEvent.Builder.createdAt(Instant createdAt) |
When the health event was created.
|
HealthEvent.Builder |
HealthEvent.Builder.endedAt(Instant endedAt) |
The time when a health event ended.
|
HealthEvent.Builder |
HealthEvent.Builder.eventArn(String eventArn) |
The Amazon Resource Name (ARN) of the event.
|
HealthEvent.Builder |
HealthEvent.Builder.eventId(String eventId) |
The internally generated identifier of a specific network traffic impairment health event.
|
HealthEvent.Builder |
HealthEvent.Builder.healthScoreThreshold(Double healthScoreThreshold) |
The value of the threshold percentage for performance or availability that was configured when Amazon
CloudWatch Internet Monitor created the health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactedLocations(Collection<ImpactedLocation> impactedLocations) |
The locations impacted by the health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactedLocations(Consumer<ImpactedLocation.Builder>... impactedLocations) |
The locations impacted by the health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactedLocations(ImpactedLocation... impactedLocations) |
The locations impacted by the health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactType(String impactType) |
The type of impairment for a health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactType(HealthEventImpactType impactType) |
The type of impairment for a health event.
|
HealthEvent.Builder |
HealthEvent.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
When the health event was last updated.
|
HealthEvent.Builder |
HealthEvent.Builder.percentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted) |
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
HealthEvent.Builder |
HealthEvent.Builder.startedAt(Instant startedAt) |
When a health event started.
|
HealthEvent.Builder |
HealthEvent.Builder.status(String status) |
Health event list member.
|
HealthEvent.Builder |
HealthEvent.Builder.status(HealthEventStatus status) |
Health event list member.
|
HealthEvent.Builder |
HealthEvent.toBuilder() |
|