public static final class CreateDBNodesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateDBNodesRequest |
build() |
CreateDBNodesRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
CreateDBNodesRequest.Builder |
DBClusterId(String DBClusterId)
The ID of the cluster.
|
CreateDBNodesRequest.Builder |
DBNode(List<CreateDBNodesRequest.DBNode> DBNode)
The details of the read-only node.
|
CreateDBNodesRequest.Builder |
DBNodeType(String DBNodeType)
The type of the node.
|
CreateDBNodesRequest.Builder |
endpointBindList(String endpointBindList)
The ID of the cluster endpoint to which the read-only node is added.
|
CreateDBNodesRequest.Builder |
imciSwitch(String imciSwitch)
Specifies whether to enable the In-Memory Column Index (IMCI) feature.
|
CreateDBNodesRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
CreateDBNodesRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
CreateDBNodesRequest.Builder |
plannedEndTime(String plannedEndTime)
The latest start time for upgrading the specifications within the scheduled time period.
|
CreateDBNodesRequest.Builder |
plannedStartTime(String plannedStartTime)
The earliest start time of the scheduled task for adding the read-only node.
|
CreateDBNodesRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group.
|
CreateDBNodesRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
CreateDBNodesRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public CreateDBNodesRequest.Builder clientToken(String clientToken)
public CreateDBNodesRequest.Builder DBClusterId(String DBClusterId)
public CreateDBNodesRequest.Builder DBNode(List<CreateDBNodesRequest.DBNode> DBNode)
public CreateDBNodesRequest.Builder DBNodeType(String DBNodeType)
* RO * STANDBY * DLNode
public CreateDBNodesRequest.Builder endpointBindList(String endpointBindList)
> - You can call the [DescribeDBClusterEndpoints](~~98205~~) operation to query the details of cluster endpoints, including endpoint IDs. >- You can enter the ID of the default cluster endpoint or a custom cluster endpoint. >- If you leave this parameter empty, the read-only node is added to all cluster endpoints for which the **Automatically Associate New Nodes** feature is enabled. If you set `AutoAddNewNodes` to `Enable`, the Automatically Associate New Nodes feature is enabled.
public CreateDBNodesRequest.Builder imciSwitch(String imciSwitch)
* **ON** * **OFF** > This parameter is invalid for a PolarDB for Oracle or PolarDB for PostgreSQL cluster.
public CreateDBNodesRequest.Builder ownerAccount(String ownerAccount)
public CreateDBNodesRequest.Builder ownerId(Long ownerId)
public CreateDBNodesRequest.Builder plannedEndTime(String plannedEndTime)
>- The value of this parameter must be at least 30 minutes later than the value of PlannedStartTime. >- If you specify `PlannedStartTime` but do not specify PlannedEndTime, the latest start time of the task is set to a value that is calculated by using the following formula: `PlannedEndTime value + 30 minutes`. For example, if you set `PlannedStartTime` to `2021-01-14T09:00:00Z` and you do not specify PlannedEndTime, the latest start time of the task is set to `2021-01-14T09:30:00Z`.
public CreateDBNodesRequest.Builder plannedStartTime(String plannedStartTime)
>- The earliest start time of the scheduled task can be a point in time within the next 24 hours. For example, if the current time is `2021-01-14T09:00:00Z`, you can specify a point in time between `2021-01-14T09:00:00Z` and `2021-01-15T09:00:00Z`. >- If you leave this parameter empty, the task for adding the read-only node is immediately run by default.
public CreateDBNodesRequest.Builder resourceGroupId(String resourceGroupId)
public CreateDBNodesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateDBNodesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateDBNodesRequest build()
Copyright © 2024. All rights reserved.