default NetworkEndpoint.Builder |
NetworkEndpoint.Builder.autonomousSystem(Consumer<NetworkAutonomousSystem.Builder> autonomousSystem) |
The Autonomous System Number (ASN) of the network endpoint.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.autonomousSystem(NetworkAutonomousSystem autonomousSystem) |
The Autonomous System Number (ASN) of the network endpoint.
|
static NetworkEndpoint.Builder |
NetworkEndpoint.builder() |
|
default NetworkEndpoint.Builder |
NetworkEndpoint.Builder.connection(Consumer<NetworkConnection.Builder> connection) |
Information about the network connection.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.connection(NetworkConnection connection) |
Information about the network connection.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.domain(String domain) |
The domain information for the network endpoint.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.id(String id) |
The identifier of the network endpoint involved in the attack sequence.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.ip(String ip) |
The IP address used in the network endpoint.
|
default NetworkEndpoint.Builder |
NetworkEndpoint.Builder.location(Consumer<NetworkGeoLocation.Builder> location) |
Information about the location of the network endpoint.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.location(NetworkGeoLocation location) |
Information about the location of the network endpoint.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.port(Integer port) |
The port number associated with the network endpoint.
|
NetworkEndpoint.Builder |
NetworkEndpoint.toBuilder() |
|