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 theStep.Builder avoiding the need to create one
manually via Step.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #steps(List.
steps - a consumer that will call methods on
Step.Builder#steps(java.util.Collection) Copyright © 2022. All rights reserved.