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