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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #portRanges(List) .portRanges - a consumer that will call methods on List.Builder #portRanges(List) Copyright © 2021. All rights reserved.