public static final class ModifyDBClusterAndNodesParametersRequest.Builder extends Object
public ModifyDBClusterAndNodesParametersRequest.Builder DBClusterId(String DBClusterId)
public ModifyDBClusterAndNodesParametersRequest.Builder DBNodeIds(String DBNodeIds)
> If you do not specify this parameter, only the cluster parameters are modified.
public ModifyDBClusterAndNodesParametersRequest.Builder fromTimeService(Boolean fromTimeService)
* **false**: runs the kernel upgrade task in a scheduled manner. * **true**: immediately runs the kernel upgrade task.
public ModifyDBClusterAndNodesParametersRequest.Builder ownerAccount(String ownerAccount)
public ModifyDBClusterAndNodesParametersRequest.Builder ownerId(Long ownerId)
public ModifyDBClusterAndNodesParametersRequest.Builder parameterGroupId(String parameterGroupId)
public ModifyDBClusterAndNodesParametersRequest.Builder parameters(String parameters)
public ModifyDBClusterAndNodesParametersRequest.Builder plannedEndTime(String plannedEndTime)
> * The value of this parameter must be at least 30 minutes later than the value of the PlannedStartTime parameter. * By default, if you specify the `PlannedStartTime` parameter but do not specify the PlannedEndTime parameter, the latest start time of the task is set to a value that is calculated by using the following formula: `Value of the PlannedEndTime parameter + 30 minutes`. For example, if you set the `PlannedStartTime` parameter to `2021-01-14T09:00:00Z` and you do not specify the PlannedEndTime parameter, the latest start time of the task is set to `2021-01-14T09:30:00Z`.
public ModifyDBClusterAndNodesParametersRequest.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 the time range from `2021-01-14T09:00:00Z` to `2021-01-15T09:00:00Z`. * If this parameter is empty, the upgrade task is immediately performed.
public ModifyDBClusterAndNodesParametersRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyDBClusterAndNodesParametersRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyDBClusterAndNodesParametersRequest build()
Copyright © 2024. All rights reserved.