Interface UpdateNetworkSitePlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateNetworkSitePlanRequest.Builder,UpdateNetworkSitePlanRequest>,PrivateNetworksRequest.Builder,SdkBuilder<UpdateNetworkSitePlanRequest.Builder,UpdateNetworkSitePlanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateNetworkSitePlanRequest
public static interface UpdateNetworkSitePlanRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<UpdateNetworkSitePlanRequest.Builder,UpdateNetworkSitePlanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateNetworkSitePlanRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateNetworkSitePlanRequest.BuildernetworkSiteArn(String networkSiteArn)The Amazon Resource Name (ARN) of the network site.UpdateNetworkSitePlanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNetworkSitePlanRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateNetworkSitePlanRequest.BuilderpendingPlan(Consumer<SitePlan.Builder> pendingPlan)The pending plan.UpdateNetworkSitePlanRequest.BuilderpendingPlan(SitePlan pendingPlan)The pending plan.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.privatenetworks.model.PrivateNetworksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
UpdateNetworkSitePlanRequest.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.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkSiteArn
UpdateNetworkSitePlanRequest.Builder networkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
- Parameters:
networkSiteArn- The Amazon Resource Name (ARN) of the network site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingPlan
UpdateNetworkSitePlanRequest.Builder pendingPlan(SitePlan pendingPlan)
The pending plan.
- Parameters:
pendingPlan- The pending plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingPlan
default UpdateNetworkSitePlanRequest.Builder pendingPlan(Consumer<SitePlan.Builder> pendingPlan)
The pending plan.
This is a convenience method that creates an instance of theSitePlan.Builderavoiding the need to create one manually viaSitePlan.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topendingPlan(SitePlan).- Parameters:
pendingPlan- a consumer that will call methods onSitePlan.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pendingPlan(SitePlan)
-
overrideConfiguration
UpdateNetworkSitePlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateNetworkSitePlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-