public static final class CreateSqlInstanceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSqlInstanceRequest |
build() |
CreateSqlInstanceRequest.Builder |
cu(Integer cu)
The number of compute units (CUs).
|
CreateSqlInstanceRequest.Builder |
project(String project)
The name of the project for which you want to enable the Dedicated SQL feature.
|
CreateSqlInstanceRequest.Builder |
useAsDefault(Boolean useAsDefault)
Specifies whether to enable the Dedicated SQL feature for the project.
|
public CreateSqlInstanceRequest.Builder project(String project)
The name of the project for which you want to enable the Dedicated SQL feature.
This parameter is required.
public CreateSqlInstanceRequest.Builder cu(Integer cu)
The number of compute units (CUs). When you use the Dedicated SQL feature, CUs are used in parallel.
This parameter is required.
example:2
public CreateSqlInstanceRequest.Builder useAsDefault(Boolean useAsDefault)
Specifies whether to enable the Dedicated SQL feature for the project. If you set this parameter to true, the Dedicated SQL feature is enabled for the specified project and takes effect for all query statements that you execute in the project, including the query statements for alerts and dashboards.
This parameter is required.
public CreateSqlInstanceRequest build()
Copyright © 2025. All rights reserved.