public static final class DescribeDrdsDBClusterResponseBody.DbInstance.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder DBInstanceId(String DBInstanceId)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder DBInstanceStatus(String DBInstanceStatus)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder DBNodes(DescribeDrdsDBClusterResponseBody.DBNodes DBNodes)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder dbInstType(String dbInstType)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder endpoints(DescribeDrdsDBClusterResponseBody.Endpoints endpoints)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder engine(String engine)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder engineVersion(String engineVersion)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder expireTime(String expireTime)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder networkType(String networkType)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder payType(String payType)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder port(Integer port)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder rdsInstType(String rdsInstType)
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder readMode(String readMode)
Valid values: * **DEFAULT**: the default mode (that is, all read traffic is sent to the PolarDB read /write node). * **CUSTOM**: Custom mode (you can customize the ratio of traffic sent to read /write nodes and read-only nodes). * **BALANCE**: read balancing mode (the read traffic is automatically distributed by the read load module of the PolarDB cluster, which can also be understood as the read traffic being evenly distributed to each node).
public DescribeDrdsDBClusterResponseBody.DbInstance.Builder remainDays(String remainDays)
public DescribeDrdsDBClusterResponseBody.DbInstance build()
Copyright © 2024. All rights reserved.