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 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 #options(List) .options - a consumer that will call methods on List.Builder #options(List) 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 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 #resourceDefinitions(List) .resourceDefinitions - a consumer that will call methods on List.Builder #resourceDefinitions(List) Copyright © 2022. All rights reserved.