Class RDSDBStorageRecommendationOption
- java.lang.Object
-
- software.amazon.awssdk.services.computeoptimizer.model.RDSDBStorageRecommendationOption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RDSDBStorageRecommendationOption.Builder,RDSDBStorageRecommendationOption>
@Generated("software.amazon.awssdk:codegen") public final class RDSDBStorageRecommendationOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RDSDBStorageRecommendationOption.Builder,RDSDBStorageRecommendationOption>
Describes the recommendation options for Amazon RDS storage.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRDSDBStorageRecommendationOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RDSDBStorageRecommendationOption.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerrank()The rank identifier of the RDS storage recommendation option.SavingsOpportunitysavingsOpportunity()Returns the value of the SavingsOpportunity property for this object.RDSStorageSavingsOpportunityAfterDiscountssavingsOpportunityAfterDiscounts()Describes the savings opportunity for Amazon RDS storage recommendations or for the recommendation option.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RDSDBStorageRecommendationOption.Builder>serializableBuilderClass()DBStorageConfigurationstorageConfiguration()The recommended storage configuration.RDSDBStorageRecommendationOption.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
-
storageConfiguration
public final DBStorageConfiguration storageConfiguration()
The recommended storage configuration.
- Returns:
- The recommended storage configuration.
-
rank
public final Integer rank()
The rank identifier of the RDS storage recommendation option.
- Returns:
- The rank identifier of the RDS storage recommendation option.
-
savingsOpportunity
public final SavingsOpportunity savingsOpportunity()
Returns the value of the SavingsOpportunity property for this object.- Returns:
- The value of the SavingsOpportunity property for this object.
-
savingsOpportunityAfterDiscounts
public final RDSStorageSavingsOpportunityAfterDiscounts savingsOpportunityAfterDiscounts()
Describes the savings opportunity for Amazon RDS storage recommendations or for the recommendation option.
Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts. You can achieve this by implementing a given Compute Optimizer recommendation.
- Returns:
- Describes the savings opportunity for Amazon RDS storage recommendations or for the recommendation
option.
Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts. You can achieve this by implementing a given Compute Optimizer recommendation.
-
toBuilder
public RDSDBStorageRecommendationOption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RDSDBStorageRecommendationOption.Builder,RDSDBStorageRecommendationOption>
-
builder
public static RDSDBStorageRecommendationOption.Builder builder()
-
serializableBuilderClass
public static Class<? extends RDSDBStorageRecommendationOption.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
-
-