| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingPlan.Builder |
ScalingPlan.Builder.applicationSource(ApplicationSource applicationSource)
A CloudFormation stack or a set of tags.
|
default ScalingPlan.Builder |
ScalingPlan.Builder.applicationSource(Consumer<ApplicationSource.Builder> applicationSource)
A CloudFormation stack or a set of tags.
|
static ScalingPlan.Builder |
ScalingPlan.builder() |
ScalingPlan.Builder |
ScalingPlan.Builder.creationTime(Instant creationTime)
The Unix time stamp when the scaling plan was created.
|
ScalingPlan.Builder |
ScalingPlan.Builder.scalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
ScalingPlan.Builder |
ScalingPlan.Builder.scalingInstructions(Consumer<ScalingInstruction.Builder>... scalingInstructions)
The scaling instructions.
|
ScalingPlan.Builder |
ScalingPlan.Builder.scalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
ScalingPlan.Builder |
ScalingPlan.Builder.scalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
ScalingPlan.Builder |
ScalingPlan.Builder.scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
ScalingPlan.Builder |
ScalingPlan.Builder.statusCode(ScalingPlanStatusCode statusCode)
The status of the scaling plan.
|
ScalingPlan.Builder |
ScalingPlan.Builder.statusCode(String statusCode)
The status of the scaling plan.
|
ScalingPlan.Builder |
ScalingPlan.Builder.statusMessage(String statusMessage)
A simple message about the current status of the scaling plan.
|
ScalingPlan.Builder |
ScalingPlan.Builder.statusStartTime(Instant statusStartTime)
The Unix time stamp when the scaling plan entered the current status.
|
ScalingPlan.Builder |
ScalingPlan.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScalingPlan.Builder> |
ScalingPlan.serializableBuilderClass() |
Copyright © 2023. All rights reserved.