| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
ImpactedLocation.Builder |
ImpactedLocation.Builder.asName(String asName)
The name of the network at an impacted location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.asNumber(Long asNumber)
The Autonomous System Number (ASN) of the network at an impacted location.
|
static ImpactedLocation.Builder |
ImpactedLocation.builder() |
default ImpactedLocation.Builder |
ImpactedLocation.Builder.causedBy(Consumer<NetworkImpairment.Builder> causedBy)
The cause of the impairment.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.causedBy(NetworkImpairment causedBy)
The cause of the impairment.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.city(String city)
The name of the city where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.country(String country)
The name of the country where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.countryCode(String countryCode)
The country code where the health event is located.
|
default ImpactedLocation.Builder |
ImpactedLocation.Builder.internetHealth(Consumer<InternetHealth.Builder> internetHealth)
The calculated health at a specific location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.internetHealth(InternetHealth internetHealth)
The calculated health at a specific location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.latitude(Double latitude)
The latitude where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.longitude(Double longitude)
The longitude where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.metro(String metro)
The metro area where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.serviceLocation(String serviceLocation)
The service location where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.status(HealthEventStatus status)
The status of the health event at an impacted location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.status(String status)
The status of the health event at an impacted location.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.subdivision(String subdivision)
The subdivision location where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.Builder.subdivisionCode(String subdivisionCode)
The subdivision code where the health event is located.
|
ImpactedLocation.Builder |
ImpactedLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImpactedLocation.Builder> |
ImpactedLocation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.