| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
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.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(HealthEventImpactType impactType)
The type of impairment of a specific health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactType(String 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.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.startedAt(Instant startedAt)
The time when a health event started.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.status(HealthEventStatus status)
The status of a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.status(String status)
The status of a health event.
|
GetHealthEventResponse.Builder |
GetHealthEventResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHealthEventResponse.Builder> |
GetHealthEventResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.