Uses of Interface
software.amazon.awssdk.services.securityhub.model.NetworkPathComponentDetails.Builder
Packages that use NetworkPathComponentDetails.Builder
-
Uses of NetworkPathComponentDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NetworkPathComponentDetails.BuilderModifier and TypeMethodDescriptionThe IP addresses of the destination.NetworkPathComponentDetails.Builder.address(Collection<String> address) The IP addresses of the destination.NetworkPathComponentDetails.builder()NetworkPathComponentDetails.Builder.portRanges(Collection<PortRange> portRanges) A list of port ranges for the destination.NetworkPathComponentDetails.Builder.portRanges(Consumer<PortRange.Builder>... portRanges) A list of port ranges for the destination.NetworkPathComponentDetails.Builder.portRanges(PortRange... portRanges) A list of port ranges for the destination.NetworkPathComponentDetails.toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type NetworkPathComponentDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkPathComponentDetails.Builder>NetworkPathComponentDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type NetworkPathComponentDetails.BuilderModifier and TypeMethodDescriptiondefault NetworkHeader.BuilderNetworkHeader.Builder.destination(Consumer<NetworkPathComponentDetails.Builder> destination) Information about the destination of the component.default NetworkHeader.BuilderNetworkHeader.Builder.source(Consumer<NetworkPathComponentDetails.Builder> source) Information about the origin of the component.