public static interface ClusterOperationV2Serverless.Builder extends SdkPojo, CopyableBuilder<ClusterOperationV2Serverless.Builder,ClusterOperationV2Serverless>
| Modifier and Type | Method and Description |
|---|---|
default ClusterOperationV2Serverless.Builder |
vpcConnectionInfo(Consumer<VpcConnectionInfoServerless.Builder> vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
ClusterOperationV2Serverless.Builder |
vpcConnectionInfo(VpcConnectionInfoServerless vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterOperationV2Serverless.Builder vpcConnectionInfo(VpcConnectionInfoServerless vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
vpcConnectionInfo - Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
default ClusterOperationV2Serverless.Builder vpcConnectionInfo(Consumer<VpcConnectionInfoServerless.Builder> vpcConnectionInfo)
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
This is a convenience method that creates an instance of theVpcConnectionInfoServerless.Builder
avoiding the need to create one manually via VpcConnectionInfoServerless.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to vpcConnectionInfo(VpcConnectionInfoServerless).
vpcConnectionInfo - a consumer that will call methods on VpcConnectionInfoServerless.BuildervpcConnectionInfo(VpcConnectionInfoServerless)Copyright © 2023. All rights reserved.