public static interface SitePlan.Builder extends SdkPojo, CopyableBuilder<SitePlan.Builder,SitePlan>
| Modifier and Type | Method and Description |
|---|---|
SitePlan.Builder |
options(Collection<NameValuePair> options)
The options of the plan.
|
SitePlan.Builder |
options(Consumer<NameValuePair.Builder>... options)
The options of the plan.
|
SitePlan.Builder |
options(NameValuePair... options)
The options of the plan.
|
SitePlan.Builder |
resourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
|
SitePlan.Builder |
resourceDefinitions(Consumer<NetworkResourceDefinition.Builder>... resourceDefinitions)
The resource definitions of the plan.
|
SitePlan.Builder |
resourceDefinitions(NetworkResourceDefinition... resourceDefinitions)
The resource definitions of the plan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSitePlan.Builder options(Collection<NameValuePair> options)
The options of the plan.
options - The options of the plan.SitePlan.Builder options(NameValuePair... options)
The options of the plan.
options - The options of the plan.SitePlan.Builder options(Consumer<NameValuePair.Builder>... options)
The options of the plan.
This is a convenience method that creates an instance of theNameValuePair.Builder avoiding the need to
create one manually via NameValuePair.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #options(List.
options - a consumer that will call methods on
NameValuePair.Builder#options(java.util.Collection) SitePlan.Builder resourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
resourceDefinitions - The resource definitions of the plan.SitePlan.Builder resourceDefinitions(NetworkResourceDefinition... resourceDefinitions)
The resource definitions of the plan.
resourceDefinitions - The resource definitions of the plan.SitePlan.Builder resourceDefinitions(Consumer<NetworkResourceDefinition.Builder>... resourceDefinitions)
The resource definitions of the plan.
This is a convenience method that creates an instance of theNetworkResourceDefinition.Builder avoiding the
need to create one manually via
NetworkResourceDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #resourceDefinitions(List.
resourceDefinitions - a consumer that will call methods on
NetworkResourceDefinition.Builder#resourceDefinitions(java.util.Collection) Copyright © 2023. All rights reserved.