Class ScalingAction
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.ScalingAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScalingAction.Builder,ScalingAction>
@Generated("software.amazon.awssdk:codegen") public final class ScalingAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScalingAction.Builder,ScalingAction>
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScalingAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScalingAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MarketTypemarket()Not available for instance groups.StringmarketAsString()Not available for instance groups.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ScalingAction.Builder>serializableBuilderClass()SimpleScalingPolicyConfigurationsimpleScalingPolicyConfiguration()The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.ScalingAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
market
public final MarketType market()
Not available for instance groups. Instance groups use the market type specified for the group.
If the service returns an enum value that is not available in the current SDK version,
marketwill returnMarketType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarketAsString().- Returns:
- Not available for instance groups. Instance groups use the market type specified for the group.
- See Also:
MarketType
-
marketAsString
public final String marketAsString()
Not available for instance groups. Instance groups use the market type specified for the group.
If the service returns an enum value that is not available in the current SDK version,
marketwill returnMarketType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarketAsString().- Returns:
- Not available for instance groups. Instance groups use the market type specified for the group.
- See Also:
MarketType
-
simpleScalingPolicyConfiguration
public final SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration()
The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
- Returns:
- The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
-
toBuilder
public ScalingAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScalingAction.Builder,ScalingAction>
-
builder
public static ScalingAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScalingAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-