public static final class ModifyDBClusterStorageSpaceRequest.Builder extends Object
public ModifyDBClusterStorageSpaceRequest.Builder clientToken(String clientToken)
public ModifyDBClusterStorageSpaceRequest.Builder DBClusterId(String DBClusterId)
public ModifyDBClusterStorageSpaceRequest.Builder ownerAccount(String ownerAccount)
public ModifyDBClusterStorageSpaceRequest.Builder ownerId(Long ownerId)
public ModifyDBClusterStorageSpaceRequest.Builder plannedEndTime(String plannedEndTime)
>- The value of this parameter must be at least 30 minutes later than PlannedStartTime. >- By default, if you specify `PlannedStartTime` but do not specify PlannedEndTime, the latest start time of the task is set to `PlannedEndTime + 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 `2021-01-14T09:30:00Z`.
public ModifyDBClusterStorageSpaceRequest.Builder plannedStartTime(String plannedStartTime)
>- This parameter takes effect only when `ModifyType` is set to `Upgrade`. >- The earliest start time of the 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 the time that ranges from `2021-01-14T09:00:00Z` to `2021-01-15T09:00:00Z`. >- If this parameter is left empty, the upgrade task is immediately performed.
public ModifyDBClusterStorageSpaceRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyDBClusterStorageSpaceRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyDBClusterStorageSpaceRequest.Builder storageSpace(Long storageSpace)
> You can set this parameter for PolarDB for MySQL clusters of Standard Edition to a value that ranges from 20 to 32000.
public ModifyDBClusterStorageSpaceRequest.Builder subCategory(String subCategory)
* **normal_exclusive**: dedicated * **normal_general**: general-purpose
public ModifyDBClusterStorageSpaceRequest build()
Copyright © 2024. All rights reserved.