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