public static interface NetworkSite.Builder extends SdkPojo, CopyableBuilder<NetworkSite.Builder,NetworkSite>
| Modifier and Type | Method and Description |
|---|---|
NetworkSite.Builder |
availabilityZone(String availabilityZone)
The parent Availability Zone for the network site.
|
NetworkSite.Builder |
availabilityZoneId(String availabilityZoneId)
The parent Availability Zone ID for the network site.
|
NetworkSite.Builder |
createdAt(Instant createdAt)
The creation time of the network site.
|
default NetworkSite.Builder |
currentPlan(Consumer<SitePlan.Builder> currentPlan)
The current plan of the network site.
|
NetworkSite.Builder |
currentPlan(SitePlan currentPlan)
The current plan of the network site.
|
NetworkSite.Builder |
description(String description)
The description of the network site.
|
NetworkSite.Builder |
networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network to which the network site belongs.
|
NetworkSite.Builder |
networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
|
NetworkSite.Builder |
networkSiteName(String networkSiteName)
The name of the network site.
|
default NetworkSite.Builder |
pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
The pending plan of the network site.
|
NetworkSite.Builder |
pendingPlan(SitePlan pendingPlan)
The pending plan of the network site.
|
NetworkSite.Builder |
status(NetworkSiteStatus status)
The status of the network site.
|
NetworkSite.Builder |
status(String status)
The status of the network site.
|
NetworkSite.Builder |
statusReason(String statusReason)
The status reason of the network site.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkSite.Builder availabilityZone(String availabilityZone)
The parent Availability Zone for the network site.
availabilityZone - The parent Availability Zone for the network site.NetworkSite.Builder availabilityZoneId(String availabilityZoneId)
The parent Availability Zone ID for the network site.
availabilityZoneId - The parent Availability Zone ID for the network site.NetworkSite.Builder createdAt(Instant createdAt)
The creation time of the network site.
createdAt - The creation time of the network site.NetworkSite.Builder currentPlan(SitePlan currentPlan)
The current plan of the network site.
currentPlan - The current plan of the network site.default NetworkSite.Builder currentPlan(Consumer<SitePlan.Builder> currentPlan)
The current plan of the network site.
This is a convenience method that creates an instance of theSitePlan.Builder avoiding the need to
create one manually via SitePlan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to currentPlan(SitePlan).
currentPlan - a consumer that will call methods on SitePlan.BuildercurrentPlan(SitePlan)NetworkSite.Builder description(String description)
The description of the network site.
description - The description of the network site.NetworkSite.Builder networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network to which the network site belongs.
networkArn - The Amazon Resource Name (ARN) of the network to which the network site belongs.NetworkSite.Builder networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
networkSiteArn - The Amazon Resource Name (ARN) of the network site.NetworkSite.Builder networkSiteName(String networkSiteName)
The name of the network site.
networkSiteName - The name of the network site.NetworkSite.Builder pendingPlan(SitePlan pendingPlan)
The pending plan of the network site.
pendingPlan - The pending plan of the network site.default NetworkSite.Builder pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
The pending plan of the network site.
This is a convenience method that creates an instance of theSitePlan.Builder avoiding the need to
create one manually via SitePlan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to pendingPlan(SitePlan).
pendingPlan - a consumer that will call methods on SitePlan.BuilderpendingPlan(SitePlan)NetworkSite.Builder status(String status)
The status of the network site.
status - The status of the network site.NetworkSiteStatus,
NetworkSiteStatusNetworkSite.Builder status(NetworkSiteStatus status)
The status of the network site.
status - The status of the network site.NetworkSiteStatus,
NetworkSiteStatusNetworkSite.Builder statusReason(String statusReason)
The status reason of the network site.
statusReason - The status reason of the network site.Copyright © 2022. All rights reserved.