public static final class SetupDrdsParamsRequest.Data.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
SetupDrdsParamsRequest.Data |
build() |
SetupDrdsParamsRequest.Data.Builder |
dbName(String dbName)
The name of the parameter that you want to configure for a database.
|
SetupDrdsParamsRequest.Data.Builder |
paramRanges(String paramRanges)
The valid values of the parameter.
|
SetupDrdsParamsRequest.Data.Builder |
paramType(String paramType)
The type of the parameter that you want to configure.
|
SetupDrdsParamsRequest.Data.Builder |
paramValue(String paramValue)
The value of parameter that you want to configure.
|
SetupDrdsParamsRequest.Data.Builder |
paramVariableName(String paramVariableName)
The name of the parameter that you want to configure.
|
public SetupDrdsParamsRequest.Data.Builder dbName(String dbName)
public SetupDrdsParamsRequest.Data.Builder paramRanges(String paramRanges)
public SetupDrdsParamsRequest.Data.Builder paramType(String paramType)
* **ATOM**: the configuration item in the layer-3 data source. * **CONFIG**: the configuration item in ConfigServer. * **DIAMOND**: the configuration item in Diamond.
public SetupDrdsParamsRequest.Data.Builder paramValue(String paramValue)
public SetupDrdsParamsRequest.Data.Builder paramVariableName(String paramVariableName)
public SetupDrdsParamsRequest.Data build()
Copyright © 2024. All rights reserved.