public static interface UpdateNetworkSitePlanRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkSitePlanRequest.Builder,UpdateNetworkSitePlanRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkSitePlanRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNetworkSitePlanRequest.Builder |
networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
|
UpdateNetworkSitePlanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNetworkSitePlanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateNetworkSitePlanRequest.Builder |
pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
The pending plan.
|
UpdateNetworkSitePlanRequest.Builder |
pendingPlan(SitePlan pendingPlan)
The pending plan.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNetworkSitePlanRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.UpdateNetworkSitePlanRequest.Builder networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
networkSiteArn - The Amazon Resource Name (ARN) of the network site.UpdateNetworkSitePlanRequest.Builder pendingPlan(SitePlan pendingPlan)
The pending plan.
pendingPlan - The pending plan.default UpdateNetworkSitePlanRequest.Builder pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
The pending plan.
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)UpdateNetworkSitePlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNetworkSitePlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.