| Package | Description |
|---|---|
| software.amazon.awssdk.services.privatenetworks.model |
| Modifier and Type | Method and Description |
|---|---|
static SitePlan.Builder |
SitePlan.builder() |
SitePlan.Builder |
SitePlan.Builder.options(Collection<NameValuePair> options)
The options of the plan.
|
SitePlan.Builder |
SitePlan.Builder.options(Consumer<NameValuePair.Builder>... options)
The options of the plan.
|
SitePlan.Builder |
SitePlan.Builder.options(NameValuePair... options)
The options of the plan.
|
SitePlan.Builder |
SitePlan.Builder.resourceDefinitions(Collection<NetworkResourceDefinition> resourceDefinitions)
The resource definitions of the plan.
|
SitePlan.Builder |
SitePlan.Builder.resourceDefinitions(Consumer<NetworkResourceDefinition.Builder>... resourceDefinitions)
The resource definitions of the plan.
|
SitePlan.Builder |
SitePlan.Builder.resourceDefinitions(NetworkResourceDefinition... resourceDefinitions)
The resource definitions of the plan.
|
SitePlan.Builder |
SitePlan.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SitePlan.Builder> |
SitePlan.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkSite.Builder |
NetworkSite.Builder.currentPlan(Consumer<SitePlan.Builder> currentPlan)
The current plan of the network site.
|
default NetworkSite.Builder |
NetworkSite.Builder.pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
The pending plan of the network site.
|
default CreateNetworkSiteRequest.Builder |
CreateNetworkSiteRequest.Builder.pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
Information about the pending plan for this site.
|
default UpdateNetworkSitePlanRequest.Builder |
UpdateNetworkSitePlanRequest.Builder.pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
The pending plan.
|
Copyright © 2022. All rights reserved.