Uses of Interface
software.amazon.awssdk.services.securityhub.model.NetworkHeader.Builder
-
Packages that use NetworkHeader.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NetworkHeader.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NetworkHeader.Builder Modifier and Type Method Description static NetworkHeader.BuilderNetworkHeader. builder()default NetworkHeader.BuilderNetworkHeader.Builder. destination(Consumer<NetworkPathComponentDetails.Builder> destination)Information about the destination of the component.NetworkHeader.BuilderNetworkHeader.Builder. destination(NetworkPathComponentDetails destination)Information about the destination of the component.NetworkHeader.BuilderNetworkHeader.Builder. protocol(String protocol)The protocol used for the component.default NetworkHeader.BuilderNetworkHeader.Builder. source(Consumer<NetworkPathComponentDetails.Builder> source)Information about the origin of the component.NetworkHeader.BuilderNetworkHeader.Builder. source(NetworkPathComponentDetails source)Information about the origin of the component.NetworkHeader.BuilderNetworkHeader. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type NetworkHeader.Builder Modifier and Type Method Description static Class<? extends NetworkHeader.Builder>NetworkHeader. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type NetworkHeader.Builder Modifier and Type Method Description default NetworkPathComponent.BuilderNetworkPathComponent.Builder. egress(Consumer<NetworkHeader.Builder> egress)Information about the component that comes after the current component in the network path.default NetworkPathComponent.BuilderNetworkPathComponent.Builder. ingress(Consumer<NetworkHeader.Builder> ingress)Information about the component that comes before the current node in the network path.
-