| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceRecommendationOption.Builder |
InstanceRecommendationOption.builder() |
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.instanceType(String instanceType)
The instance type of the instance recommendation.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.migrationEffort(MigrationEffort migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.migrationEffort(String migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.performanceRisk(Double performanceRisk)
The performance risk of the instance recommendation option.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.platformDifferences(Collection<PlatformDifference> platformDifferences)
Describes the configuration differences between the current instance and the recommended instance type.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.platformDifferences(PlatformDifference... platformDifferences)
Describes the configuration differences between the current instance and the recommended instance type.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.platformDifferencesWithStrings(Collection<String> platformDifferences)
Describes the configuration differences between the current instance and the recommended instance type.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.platformDifferencesWithStrings(String... platformDifferences)
Describes the configuration differences between the current instance and the recommended instance type.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.projectedUtilizationMetrics(Collection<UtilizationMetric> projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the instance recommendation option.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.projectedUtilizationMetrics(Consumer<UtilizationMetric.Builder>... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the instance recommendation option.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.projectedUtilizationMetrics(UtilizationMetric... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the instance recommendation option.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.rank(Integer rank)
The rank of the instance recommendation option.
|
default InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the instance recommendation option.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.savingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the instance recommendation option.
|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceRecommendationOption.Builder> |
InstanceRecommendationOption.serializableBuilderClass() |
Copyright © 2023. All rights reserved.