| Package | Description |
|---|---|
| software.amazon.awscdk.services.applicationautoscaling |
AWS Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ScalingSchedule.Builder |
ScalingSchedule.builder() |
ScalingSchedule.Builder |
ScalingSchedule.Builder.endTime(Instant endTime)
Sets the value of
ScalingSchedule.getEndTime() |
ScalingSchedule.Builder |
ScalingSchedule.Builder.maxCapacity(Number maxCapacity)
Sets the value of
ScalingSchedule.getMaxCapacity() |
ScalingSchedule.Builder |
ScalingSchedule.Builder.minCapacity(Number minCapacity)
Sets the value of
ScalingSchedule.getMinCapacity() |
ScalingSchedule.Builder |
ScalingSchedule.Builder.schedule(Schedule schedule)
Sets the value of
ScalingSchedule.getSchedule() |
ScalingSchedule.Builder |
ScalingSchedule.Builder.startTime(Instant startTime)
Sets the value of
ScalingSchedule.getStartTime() |
Copyright © 2021. All rights reserved.