| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkPathComponent.Builder |
NetworkPathComponent.builder() |
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.componentId(String componentId)
The identifier of a component in the network path.
|
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.componentType(String componentType)
The type of component.
|
default NetworkPathComponent.Builder |
NetworkPathComponent.Builder.egress(Consumer<NetworkHeader.Builder> egress)
Information about the component that comes after the current component in the network path.
|
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.egress(NetworkHeader 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.
|
NetworkPathComponent.Builder |
NetworkPathComponent.Builder.ingress(NetworkHeader ingress)
Information about the component that comes before the current node in the network path.
|
NetworkPathComponent.Builder |
NetworkPathComponent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkPathComponent.Builder> |
NetworkPathComponent.serializableBuilderClass() |
Copyright © 2023. All rights reserved.