public static final class SynDbProps.Builder extends Object implements software.amazon.jsii.Builder<SynDbProps>
SynDbProps| Constructor and Description |
|---|
Builder() |
public SynDbProps.Builder ckPassword(String ckPassword)
SynDbProps.getCkPassword()ckPassword - Property ckPassword: The password of the database account. This parameter is required.thispublic SynDbProps.Builder ckPassword(com.aliyun.ros.cdk.core.IResolvable ckPassword)
SynDbProps.getCkPassword()ckPassword - Property ckPassword: The password of the database account. This parameter is required.thispublic SynDbProps.Builder ckUserName(String ckUserName)
SynDbProps.getCkUserName()ckUserName - Property ckUserName: The account of the clickhouse database. This parameter is required.thispublic SynDbProps.Builder ckUserName(com.aliyun.ros.cdk.core.IResolvable ckUserName)
SynDbProps.getCkUserName()ckUserName - Property ckUserName: The account of the clickhouse database. This parameter is required.thispublic SynDbProps.Builder dbClusterId(String dbClusterId)
SynDbProps.getDbClusterId()dbClusterId - Property dbClusterId: Clickhouse cluster id. This parameter is required.thispublic SynDbProps.Builder dbClusterId(com.aliyun.ros.cdk.core.IResolvable dbClusterId)
SynDbProps.getDbClusterId()dbClusterId - Property dbClusterId: Clickhouse cluster id. This parameter is required.thispublic SynDbProps.Builder rdsId(String rdsId)
SynDbProps.getRdsId()rdsId - Property rdsId: The instance id of RDS. This parameter is required.thispublic SynDbProps.Builder rdsId(com.aliyun.ros.cdk.core.IResolvable rdsId)
SynDbProps.getRdsId()rdsId - Property rdsId: The instance id of RDS. This parameter is required.thispublic SynDbProps.Builder rdsPassword(String rdsPassword)
SynDbProps.getRdsPassword()rdsPassword - Property rdsPassword: The password of the RDS database account. This parameter is required.thispublic SynDbProps.Builder rdsPassword(com.aliyun.ros.cdk.core.IResolvable rdsPassword)
SynDbProps.getRdsPassword()rdsPassword - Property rdsPassword: The password of the RDS database account. This parameter is required.thispublic SynDbProps.Builder rdsUserName(String rdsUserName)
SynDbProps.getRdsUserName()rdsUserName - Property rdsUserName: The account of the RDS database. This parameter is required.thispublic SynDbProps.Builder rdsUserName(com.aliyun.ros.cdk.core.IResolvable rdsUserName)
SynDbProps.getRdsUserName()rdsUserName - Property rdsUserName: The account of the RDS database. This parameter is required.thispublic SynDbProps.Builder skipUnsupported(Boolean skipUnsupported)
SynDbProps.getSkipUnsupported()skipUnsupported - Property skipUnsupported: Skip unsupported table or not. This parameter is required.thispublic SynDbProps.Builder skipUnsupported(com.aliyun.ros.cdk.core.IResolvable skipUnsupported)
SynDbProps.getSkipUnsupported()skipUnsupported - Property skipUnsupported: Skip unsupported table or not. This parameter is required.thispublic SynDbProps.Builder synDbTables(com.aliyun.ros.cdk.core.IResolvable synDbTables)
SynDbProps.getSynDbTables()synDbTables - Property synDbTables: The tables to syn. This parameter is required.thispublic SynDbProps.Builder synDbTables(List<? extends Object> synDbTables)
SynDbProps.getSynDbTables()synDbTables - Property synDbTables: The tables to syn. This parameter is required.thispublic SynDbProps.Builder clickhousePort(Number clickhousePort)
SynDbProps.getClickhousePort()clickhousePort - Property clickhousePort: The port of clickhouse id.thispublic SynDbProps.Builder clickhousePort(com.aliyun.ros.cdk.core.IResolvable clickhousePort)
SynDbProps.getClickhousePort()clickhousePort - Property clickhousePort: The port of clickhouse id.thispublic SynDbProps.Builder limitUpper(Number limitUpper)
SynDbProps.getLimitUpper()limitUpper - Property limitUpper: The maximum number of rows to sync per second.thispublic SynDbProps.Builder limitUpper(com.aliyun.ros.cdk.core.IResolvable limitUpper)
SynDbProps.getLimitUpper()limitUpper - Property limitUpper: The maximum number of rows to sync per second.thispublic SynDbProps.Builder rdsPort(Number rdsPort)
SynDbProps.getRdsPort()rdsPort - Property rdsPort: The port of rds.thispublic SynDbProps.Builder rdsPort(com.aliyun.ros.cdk.core.IResolvable rdsPort)
SynDbProps.getRdsPort()rdsPort - Property rdsPort: The port of rds.thispublic SynDbProps.Builder rdsVpcId(String rdsVpcId)
SynDbProps.getRdsVpcId()rdsVpcId - Property rdsVpcId: The vpc of rds.thispublic SynDbProps.Builder rdsVpcId(com.aliyun.ros.cdk.core.IResolvable rdsVpcId)
SynDbProps.getRdsVpcId()rdsVpcId - Property rdsVpcId: The vpc of rds.thispublic SynDbProps.Builder rdsVpcUrl(String rdsVpcUrl)
SynDbProps.getRdsVpcUrl()rdsVpcUrl - Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.thispublic SynDbProps.Builder rdsVpcUrl(com.aliyun.ros.cdk.core.IResolvable rdsVpcUrl)
SynDbProps.getRdsVpcUrl()rdsVpcUrl - Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.thispublic SynDbProps build()
build in interface software.amazon.jsii.Builder<SynDbProps>SynDbPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.