| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Collection<Network> asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Consumer<Network.Builder>... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Network... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
static NetworkImpairment.Builder |
NetworkImpairment.builder() |
NetworkImpairment.Builder |
NetworkImpairment.Builder.networkEventType(String networkEventType)
Type of network impairment.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networkEventType(TriangulationEventType networkEventType)
Type of network impairment.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Collection<Network> networks)
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Consumer<Network.Builder>... networks)
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Network... networks)
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
NetworkImpairment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkImpairment.Builder> |
NetworkImpairment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImpactedLocation.Builder |
ImpactedLocation.Builder.causedBy(Consumer<NetworkImpairment.Builder> causedBy)
The cause of the impairment.
|
Copyright © 2023. All rights reserved.