Class ComputeLimits
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.ComputeLimits
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComputeLimits.Builder,ComputeLimits>
@Generated("software.amazon.awssdk:codegen") public final class ComputeLimits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeLimits.Builder,ComputeLimits>
The Amazon EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster can not be above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComputeLimits.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComputeLimits.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaximumCapacityUnits()The upper boundary of Amazon EC2 units.IntegermaximumCoreCapacityUnits()The upper boundary of Amazon EC2 units for core node type in a cluster.IntegermaximumOnDemandCapacityUnits()The upper boundary of On-Demand Amazon EC2 units.IntegerminimumCapacityUnits()The lower boundary of Amazon EC2 units.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ComputeLimits.Builder>serializableBuilderClass()ComputeLimits.BuildertoBuilder()StringtoString()Returns a string representation of this object.ComputeLimitsUnitTypeunitType()The unit type used for specifying a managed scaling policy.StringunitTypeAsString()The unit type used for specifying a managed scaling policy.-
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
-
unitType
public final ComputeLimitsUnitType unitType()
The unit type used for specifying a managed scaling policy.
If the service returns an enum value that is not available in the current SDK version,
unitTypewill returnComputeLimitsUnitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitTypeAsString().- Returns:
- The unit type used for specifying a managed scaling policy.
- See Also:
ComputeLimitsUnitType
-
unitTypeAsString
public final String unitTypeAsString()
The unit type used for specifying a managed scaling policy.
If the service returns an enum value that is not available in the current SDK version,
unitTypewill returnComputeLimitsUnitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromunitTypeAsString().- Returns:
- The unit type used for specifying a managed scaling policy.
- See Also:
ComputeLimitsUnitType
-
minimumCapacityUnits
public final Integer minimumCapacityUnits()
The lower boundary of Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
- Returns:
- The lower boundary of Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
-
maximumCapacityUnits
public final Integer maximumCapacityUnits()
The upper boundary of Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
- Returns:
- The upper boundary of Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
-
maximumOnDemandCapacityUnits
public final Integer maximumOnDemandCapacityUnits()
The upper boundary of On-Demand Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.
- Returns:
- The upper boundary of On-Demand Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.
-
maximumCoreCapacityUnits
public final Integer maximumCoreCapacityUnits()
The upper boundary of Amazon EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.
- Returns:
- The upper boundary of Amazon EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.
-
toBuilder
public ComputeLimits.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComputeLimits.Builder,ComputeLimits>
-
builder
public static ComputeLimits.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComputeLimits.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
-
-