| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkHeader.Builder |
NetworkHeader.builder() |
default NetworkHeader.Builder |
NetworkHeader.Builder.destination(Consumer<NetworkPathComponentDetails.Builder> destination)
Information about the destination of the component.
|
NetworkHeader.Builder |
NetworkHeader.Builder.destination(NetworkPathComponentDetails destination)
Information about the destination of the component.
|
NetworkHeader.Builder |
NetworkHeader.Builder.protocol(String protocol)
The protocol used for the component.
|
default NetworkHeader.Builder |
NetworkHeader.Builder.source(Consumer<NetworkPathComponentDetails.Builder> source)
Information about the origin of the component.
|
NetworkHeader.Builder |
NetworkHeader.Builder.source(NetworkPathComponentDetails source)
Information about the origin of the component.
|
NetworkHeader.Builder |
NetworkHeader.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkHeader.Builder> |
NetworkHeader.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkPathComponent.Builder |
NetworkPathComponent.Builder.egress(Consumer<NetworkHeader.Builder> egress)
Information about the component that comes after the current component in the network path.
|
default NetworkPathComponent.Builder |
NetworkPathComponent.Builder.ingress(Consumer<NetworkHeader.Builder> ingress)
Information about the component that comes before the current node in the network path.
|
Copyright © 2023. All rights reserved.