Class BaselinePerformanceFactors
java.lang.Object
software.amazon.awssdk.services.ec2.model.BaselinePerformanceFactors
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BaselinePerformanceFactors.Builder,BaselinePerformanceFactors>
@Generated("software.amazon.awssdk:codegen")
public final class BaselinePerformanceFactors
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<BaselinePerformanceFactors.Builder,BaselinePerformanceFactors>
The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application.
Currently, this parameter only supports CPU performance as a baseline performance factor. For example, specifying
c6i would use the CPU performance of the c6i family as the baseline reference.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final CpuPerformanceFactorcpu()The CPU performance to consider, using an instance family as the baseline reference.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends BaselinePerformanceFactors.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
cpu
The CPU performance to consider, using an instance family as the baseline reference.
- Returns:
- The CPU performance to consider, using an instance family as the baseline reference.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<BaselinePerformanceFactors.Builder,BaselinePerformanceFactors>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-