CopyableBuilder<AutoScalingPolicyStatus.Builder,AutoScalingPolicyStatus>
, SdkBuilder<AutoScalingPolicyStatus.Builder,AutoScalingPolicyStatus>
public static interface AutoScalingPolicyStatus.Builder extends CopyableBuilder<AutoScalingPolicyStatus.Builder,AutoScalingPolicyStatus>
Modifier and Type | Method | Description |
---|---|---|
AutoScalingPolicyStatus.Builder |
state(String state) |
Indicates the status of the automatic scaling policy.
|
AutoScalingPolicyStatus.Builder |
state(AutoScalingPolicyState state) |
Indicates the status of the automatic scaling policy.
|
AutoScalingPolicyStatus.Builder |
stateChangeReason(AutoScalingPolicyStateChangeReason stateChangeReason) |
The reason for a change in status.
|
copy
apply, build
AutoScalingPolicyStatus.Builder state(String state)
Indicates the status of the automatic scaling policy.
state
- Indicates the status of the automatic scaling policy.AutoScalingPolicyState
AutoScalingPolicyStatus.Builder state(AutoScalingPolicyState state)
Indicates the status of the automatic scaling policy.
state
- Indicates the status of the automatic scaling policy.AutoScalingPolicyState
AutoScalingPolicyStatus.Builder stateChangeReason(AutoScalingPolicyStateChangeReason stateChangeReason)
The reason for a change in status.
stateChangeReason
- The reason for a change in status.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.