Class VolumeRecommendationOption
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<VolumeRecommendationOption.Builder,- VolumeRecommendationOption> 
Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final VolumeConfigurationAn array of objects that describe a volume configuration.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final DoubleThe performance risk of the volume recommendation option.final Integerrank()The rank of the volume recommendation option.final SavingsOpportunityAn object that describes the savings opportunity for the EBS volume recommendation option.An object that describes the savings opportunity for the Amazon EBS volume recommendation option with specific discounts.static Class<? extends VolumeRecommendationOption.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
configurationAn array of objects that describe a volume configuration. - Returns:
- An array of objects that describe a volume configuration.
 
- 
performanceRiskThe 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, with0meaning 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.- Returns:
- 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, with0meaning 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.
 
- 
rankThe rank of the volume recommendation option. The top recommendation option is ranked as 1.- Returns:
- The rank of the volume recommendation option.
         The top recommendation option is ranked as 1.
 
- 
savingsOpportunityAn object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage. - Returns:
- An object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.
 
- 
savingsOpportunityAfterDiscountsAn object that describes the savings opportunity for the Amazon EBS volume recommendation option with specific discounts. Savings opportunity includes the estimated monthly savings and percentage. - Returns:
- An object that describes the savings opportunity for the Amazon EBS volume recommendation option with specific discounts. Savings opportunity includes the estimated monthly savings and percentage.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<VolumeRecommendationOption.Builder,- VolumeRecommendationOption> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-