public static final class UpdateApplicationScalingRuleResponseBody.Timer.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateApplicationScalingRuleResponseBody.Timer.Builder |
beginDate(String beginDate)
The start date of the validity period of the scheduled auto scaling policy.
|
UpdateApplicationScalingRuleResponseBody.Timer |
build() |
UpdateApplicationScalingRuleResponseBody.Timer.Builder |
endDate(String endDate)
The end date of the validity period of the scheduled auto scaling policy.
|
UpdateApplicationScalingRuleResponseBody.Timer.Builder |
period(String period)
The frequency at which the scheduled auto scaling policy is executed.
|
UpdateApplicationScalingRuleResponseBody.Timer.Builder |
schedules(List<UpdateApplicationScalingRuleResponseBody.Schedules> schedules)
The points in time at which the auto scaling policy is triggered within one day.
|
public UpdateApplicationScalingRuleResponseBody.Timer.Builder beginDate(String beginDate)
The start date of the validity period of the scheduled auto scaling policy. Parameter description:
2021-03-25
public UpdateApplicationScalingRuleResponseBody.Timer.Builder endDate(String endDate)
The end date of the validity period of the scheduled auto scaling policy. Take note of the following rules:
2021-04-25
public UpdateApplicationScalingRuleResponseBody.Timer.Builder period(String period)
The frequency at which the scheduled auto scaling policy is executed. Valid values:
* * *: The scheduled auto scaling policy is executed at a specified point in time every day.
* * Fri,Mon: The scheduled auto scaling policy is executed at a specified point in time on one or more days of each week. GMT+8 is used. Valid values:
1,2,3,28,31 * *: The scheduled auto scaling policy is executed at a specified point in time on one or more days of each month. Valid values: 1 to 31. If the month does not have a 31st day, the auto scaling policy is executed on the specified days other than the 31st day.
public UpdateApplicationScalingRuleResponseBody.Timer.Builder schedules(List<UpdateApplicationScalingRuleResponseBody.Schedules> schedules)
The points in time at which the auto scaling policy is triggered within one day.
public UpdateApplicationScalingRuleResponseBody.Timer build()
Copyright © 2026. All rights reserved.