public static final class UpgradeDBClusterMinorVersionRequest.Builder extends Object
public UpgradeDBClusterMinorVersionRequest.Builder DBClusterId(String DBClusterId)
> You can call the [DescribeDBClusters](~~98094~~) operation to query the details of all the clusters for your account, such as the cluster ID.
public UpgradeDBClusterMinorVersionRequest.Builder fromTimeService(Boolean fromTimeService)
public UpgradeDBClusterMinorVersionRequest.Builder ownerAccount(String ownerAccount)
public UpgradeDBClusterMinorVersionRequest.Builder ownerId(Long ownerId)
public UpgradeDBClusterMinorVersionRequest.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 `PlannedEndTime + 30 minutes`. For example, if you set `PlannedStartTime` to `2021-01-14T09:00:00Z` and do not specify PlannedEndTime, the latest start time of the task is set to `2021-01-14T09:30:00Z`.
public UpgradeDBClusterMinorVersionRequest.Builder plannedStartTime(String plannedStartTime)
> * 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 time between `2021-01-14T09:00:00Z` and `2021-01-15T09:00:00Z`. * If you do not specify this parameter, the kernel update task runs immediately after you submit the request.
public UpgradeDBClusterMinorVersionRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpgradeDBClusterMinorVersionRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpgradeDBClusterMinorVersionRequest build()
Copyright © 2023. All rights reserved.