public static interface NetworkImpairment.Builder extends SdkPojo, CopyableBuilder<NetworkImpairment.Builder,NetworkImpairment>
| Modifier and Type | Method and Description |
|---|---|
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 |
asPath(Consumer<Network.Builder>... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
asPath(Network... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
networkEventType(String networkEventType)
Type of network impairment.
|
NetworkImpairment.Builder |
networkEventType(TriangulationEventType networkEventType)
Type of network impairment.
|
NetworkImpairment.Builder |
networks(Collection<Network> networks)
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
networks(Consumer<Network.Builder>... networks)
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
networks(Network... networks)
The networks that could be impacted by a network impairment event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkImpairment.Builder networks(Collection<Network> networks)
The networks that could be impacted by a network impairment event.
networks - The networks that could be impacted by a network impairment event.NetworkImpairment.Builder networks(Network... networks)
The networks that could be impacted by a network impairment event.
networks - The networks that could be impacted by a network impairment event.NetworkImpairment.Builder networks(Consumer<Network.Builder>... networks)
The networks that could be impacted by a network impairment event.
This is a convenience method that creates an instance of theNetwork.Builder avoiding the need to create one
manually via Network.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #networks(List.
networks - a consumer that will call methods on
Network.Builder#networks(java.util.Collection) NetworkImpairment.Builder asPath(Collection<Network> asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
asPath - The combination of the Autonomous System Number (ASN) of the network and the name of the network.NetworkImpairment.Builder asPath(Network... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
asPath - The combination of the Autonomous System Number (ASN) of the network and the name of the network.NetworkImpairment.Builder asPath(Consumer<Network.Builder>... asPath)
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
This is a convenience method that creates an instance of theNetwork.Builder avoiding the need to create one
manually via Network.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #asPath(List.
asPath - a consumer that will call methods on
Network.Builder#asPath(java.util.Collection) NetworkImpairment.Builder networkEventType(String networkEventType)
Type of network impairment.
networkEventType - Type of network impairment.TriangulationEventType,
TriangulationEventTypeNetworkImpairment.Builder networkEventType(TriangulationEventType networkEventType)
Type of network impairment.
networkEventType - Type of network impairment.TriangulationEventType,
TriangulationEventTypeCopyright © 2023. All rights reserved.