public static interface VolumeRecommendationOption.Builder extends SdkPojo, CopyableBuilder<VolumeRecommendationOption.Builder,VolumeRecommendationOption>
| Modifier and Type | Method and Description |
|---|---|
default VolumeRecommendationOption.Builder |
configuration(Consumer<VolumeConfiguration.Builder> configuration)
An array of objects that describe a volume configuration.
|
VolumeRecommendationOption.Builder |
configuration(VolumeConfiguration configuration)
An array of objects that describe a volume configuration.
|
VolumeRecommendationOption.Builder |
performanceRisk(Double performanceRisk)
The performance risk of the volume recommendation option.
|
VolumeRecommendationOption.Builder |
rank(Integer rank)
The rank of the volume recommendation option.
|
default VolumeRecommendationOption.Builder |
savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the EBS volume recommendation option.
|
VolumeRecommendationOption.Builder |
savingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the EBS volume recommendation option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVolumeRecommendationOption.Builder configuration(VolumeConfiguration configuration)
An array of objects that describe a volume configuration.
configuration - An array of objects that describe a volume configuration.default VolumeRecommendationOption.Builder configuration(Consumer<VolumeConfiguration.Builder> configuration)
An array of objects that describe a volume configuration.
This is a convenience method that creates an instance of theVolumeConfiguration.Builder avoiding the
need to create one manually via VolumeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configuration(VolumeConfiguration).
configuration - a consumer that will call methods on VolumeConfiguration.Builderconfiguration(VolumeConfiguration)VolumeRecommendationOption.Builder performanceRisk(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.
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.
VolumeRecommendationOption.Builder rank(Integer rank)
The rank of the volume recommendation option.
The top recommendation option is ranked as 1.
rank - The rank of the volume recommendation option.
The top recommendation option is ranked as 1.
VolumeRecommendationOption.Builder savingsOpportunity(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.
savingsOpportunity - An object that describes the savings opportunity for the EBS volume recommendation option. Savings
opportunity includes the estimated monthly savings amount and percentage.default VolumeRecommendationOption.Builder savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the EBS volume recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.
This is a convenience method that creates an instance of theSavingsOpportunity.Builder avoiding the
need to create one manually via SavingsOpportunity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to savingsOpportunity(SavingsOpportunity).
savingsOpportunity - a consumer that will call methods on SavingsOpportunity.BuildersavingsOpportunity(SavingsOpportunity)Copyright © 2023. All rights reserved.