CopyableBuilder<ScalingAction.Builder,ScalingAction>
, SdkBuilder<ScalingAction.Builder,ScalingAction>
public static interface ScalingAction.Builder extends CopyableBuilder<ScalingAction.Builder,ScalingAction>
Modifier and Type | Method | Description |
---|---|---|
ScalingAction.Builder |
market(String market) |
Not available for instance groups.
|
ScalingAction.Builder |
market(MarketType market) |
Not available for instance groups.
|
ScalingAction.Builder |
simpleScalingPolicyConfiguration(SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration) |
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
adjustment.
|
copy
apply, build
ScalingAction.Builder market(String market)
Not available for instance groups. Instance groups use the market type specified for the group.
market
- Not available for instance groups. Instance groups use the market type specified for the group.MarketType
ScalingAction.Builder market(MarketType market)
Not available for instance groups. Instance groups use the market type specified for the group.
market
- Not available for instance groups. Instance groups use the market type specified for the group.MarketType
ScalingAction.Builder simpleScalingPolicyConfiguration(SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration)
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
simpleScalingPolicyConfiguration
- The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
adjustment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.