| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.Builder.address(Collection<String> address)
The IP addresses of the destination.
|
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.Builder.address(String... address)
The IP addresses of the destination.
|
static NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.builder() |
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.Builder.portRanges(Collection<PortRange> portRanges)
A list of port ranges for the destination.
|
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.Builder.portRanges(Consumer<PortRange.Builder>... portRanges)
A list of port ranges for the destination.
|
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.Builder.portRanges(PortRange... portRanges)
A list of port ranges for the destination.
|
NetworkPathComponentDetails.Builder |
NetworkPathComponentDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkPathComponentDetails.Builder> |
NetworkPathComponentDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkHeader.Builder |
NetworkHeader.Builder.destination(Consumer<NetworkPathComponentDetails.Builder> destination)
Information about the destination of the component.
|
default NetworkHeader.Builder |
NetworkHeader.Builder.source(Consumer<NetworkPathComponentDetails.Builder> source)
Information about the origin of the component.
|
Copyright © 2023. All rights reserved.