@Generated(value="software.amazon.awssdk:codegen") public final class VolumeRecommendationOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeRecommendationOption.Builder,VolumeRecommendationOption>
Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VolumeRecommendationOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VolumeRecommendationOption.Builder |
builder() |
VolumeConfiguration |
configuration()
An array of objects that describe a volume configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
performanceRisk()
The performance risk of the volume recommendation option.
|
Integer |
rank()
The rank of the volume recommendation option.
|
SavingsOpportunity |
savingsOpportunity()
An object that describes the savings opportunity for the EBS volume recommendation option.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VolumeRecommendationOption.Builder> |
serializableBuilderClass() |
VolumeRecommendationOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VolumeConfiguration configuration()
An array of objects that describe a volume configuration.
public final Double performanceRisk()
The performance risk of the volume recommendation option.
Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.
The value ranges from 0 - 4, with 0 meaning that the recommended resource
is predicted to always provide enough hardware capability. The higher the performance risk is, the more likely
you should validate whether the recommendation will meet the performance requirements of your workload before
migrating your resource.
Performance risk is the likelihood of the recommended volume type meeting the performance requirement of your workload.
The value ranges from 0 - 4, with 0 meaning that the recommended
resource is predicted to always provide enough hardware capability. The higher the performance risk is,
the more likely you should validate whether the recommendation will meet the performance requirements of
your workload before migrating your resource.
public final Integer rank()
The rank of the volume recommendation option.
The top recommendation option is ranked as 1.
The top recommendation option is ranked as 1.
public final SavingsOpportunity savingsOpportunity()
An object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.
public VolumeRecommendationOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VolumeRecommendationOption.Builder,VolumeRecommendationOption>public static VolumeRecommendationOption.Builder builder()
public static Class<? extends VolumeRecommendationOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.