public static interface NetworkPathComponentDetails.Builder extends SdkPojo, CopyableBuilder<NetworkPathComponentDetails.Builder,NetworkPathComponentDetails>
| Modifier and Type | Method and Description |
|---|---|
NetworkPathComponentDetails.Builder |
address(Collection<String> address)
The IP addresses of the destination.
|
NetworkPathComponentDetails.Builder |
address(String... address)
The IP addresses of the destination.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkPathComponentDetails.Builder address(Collection<String> address)
The IP addresses of the destination.
address - The IP addresses of the destination.NetworkPathComponentDetails.Builder address(String... address)
The IP addresses of the destination.
address - The IP addresses of the destination.NetworkPathComponentDetails.Builder portRanges(Collection<PortRange> portRanges)
A list of port ranges for the destination.
portRanges - A list of port ranges for the destination.NetworkPathComponentDetails.Builder portRanges(PortRange... portRanges)
A list of port ranges for the destination.
portRanges - A list of port ranges for the destination.NetworkPathComponentDetails.Builder portRanges(Consumer<PortRange.Builder>... portRanges)
A list of port ranges for the destination.
This is a convenience method that creates an instance of thePortRange.Builder avoiding the need to create one
manually via PortRange.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #portRanges(List.
portRanges - a consumer that will call methods on
PortRange.Builder#portRanges(java.util.Collection) Copyright © 2023. All rights reserved.