public static interface NetworkPath.Builder extends SdkPojo, CopyableBuilder<NetworkPath.Builder,NetworkPath>
| Modifier and Type | Method and Description |
|---|---|
NetworkPath.Builder |
steps(Collection<Step> steps)
The details on the steps in the network path.
|
NetworkPath.Builder |
steps(Consumer<Step.Builder>... steps)
The details on the steps in the network path.
|
NetworkPath.Builder |
steps(Step... steps)
The details on the steps in the network path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkPath.Builder steps(Collection<Step> steps)
The details on the steps in the network path.
steps - The details on the steps in the network path.NetworkPath.Builder steps(Step... steps)
The details on the steps in the network path.
steps - The details on the steps in the network path.NetworkPath.Builder steps(Consumer<Step.Builder>... steps)
The details on the steps in the network path.
This is a convenience method 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 #steps(List) .steps - a consumer that will call methods on List.Builder #steps(List) Copyright © 2022. All rights reserved.