public static interface AutoScalingGroupRecommendationOption.Builder extends SdkPojo, CopyableBuilder<AutoScalingGroupRecommendationOption.Builder,AutoScalingGroupRecommendationOption>
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupRecommendationOption.Builder |
configuration(AutoScalingGroupConfiguration configuration)
An array of objects that describe an Auto Scaling group configuration.
|
default AutoScalingGroupRecommendationOption.Builder |
configuration(Consumer<AutoScalingGroupConfiguration.Builder> configuration)
An array of objects that describe an Auto Scaling group configuration.
|
AutoScalingGroupRecommendationOption.Builder |
migrationEffort(MigrationEffort migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
|
AutoScalingGroupRecommendationOption.Builder |
migrationEffort(String migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
|
AutoScalingGroupRecommendationOption.Builder |
performanceRisk(Double performanceRisk)
The performance risk of the Auto Scaling group configuration recommendation.
|
AutoScalingGroupRecommendationOption.Builder |
projectedUtilizationMetrics(Collection<UtilizationMetric> projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation
option.
|
AutoScalingGroupRecommendationOption.Builder |
projectedUtilizationMetrics(Consumer<UtilizationMetric.Builder>... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation
option.
|
AutoScalingGroupRecommendationOption.Builder |
projectedUtilizationMetrics(UtilizationMetric... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation
option.
|
AutoScalingGroupRecommendationOption.Builder |
rank(Integer rank)
The rank of the Auto Scaling group recommendation option.
|
default AutoScalingGroupRecommendationOption.Builder |
savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the Auto Scaling group recommendation option.
|
AutoScalingGroupRecommendationOption.Builder |
savingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the Auto Scaling group recommendation option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoScalingGroupRecommendationOption.Builder configuration(AutoScalingGroupConfiguration configuration)
An array of objects that describe an Auto Scaling group configuration.
configuration - An array of objects that describe an Auto Scaling group configuration.default AutoScalingGroupRecommendationOption.Builder configuration(Consumer<AutoScalingGroupConfiguration.Builder> configuration)
An array of objects that describe an Auto Scaling group configuration.
This is a convenience method that creates an instance of theAutoScalingGroupConfiguration.Builder
avoiding the need to create one manually via AutoScalingGroupConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to configuration(AutoScalingGroupConfiguration).
configuration - a consumer that will call methods on AutoScalingGroupConfiguration.Builderconfiguration(AutoScalingGroupConfiguration)AutoScalingGroupRecommendationOption.Builder projectedUtilizationMetrics(Collection<UtilizationMetric> projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.
The Cpu and Memory metrics are the only projected utilization metrics returned.
Additionally, the Memory metric is returned only for resources that have the unified CloudWatch
agent installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the Auto Scaling group
recommendation option.
The Cpu and Memory metrics are the only projected utilization metrics
returned. Additionally, the Memory metric is returned only for resources that have the
unified CloudWatch agent installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
AutoScalingGroupRecommendationOption.Builder projectedUtilizationMetrics(UtilizationMetric... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.
The Cpu and Memory metrics are the only projected utilization metrics returned.
Additionally, the Memory metric is returned only for resources that have the unified CloudWatch
agent installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
projectedUtilizationMetrics - An array of objects that describe the projected utilization metrics of the Auto Scaling group
recommendation option.
The Cpu and Memory metrics are the only projected utilization metrics
returned. Additionally, the Memory metric is returned only for resources that have the
unified CloudWatch agent installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
AutoScalingGroupRecommendationOption.Builder projectedUtilizationMetrics(Consumer<UtilizationMetric.Builder>... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.
The Cpu and Memory metrics are the only projected utilization metrics returned.
Additionally, the Memory metric is returned only for resources that have the unified CloudWatch
agent installed on them. For more information, see Enabling Memory
Utilization with the CloudWatch Agent.
UtilizationMetric.Builder avoiding the need to
create one manually via
UtilizationMetric.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #projectedUtilizationMetrics(List.
projectedUtilizationMetrics - a consumer that will call methods on
UtilizationMetric.Builder#projectedUtilizationMetrics(java.util.Collection) AutoScalingGroupRecommendationOption.Builder performanceRisk(Double performanceRisk)
The performance risk of the Auto Scaling group configuration recommendation.
Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.
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 Auto Scaling group configuration recommendation.
Performance risk indicates the likelihood of the recommended instance type not meeting the resource needs of your workload. Compute Optimizer calculates an individual performance risk score for each specification of the recommended instance, including CPU, memory, EBS throughput, EBS IOPS, disk throughput, disk IOPS, network throughput, and network PPS. The performance risk of the recommended instance is calculated as the maximum performance risk score across the analyzed resource specifications.
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.
AutoScalingGroupRecommendationOption.Builder rank(Integer rank)
The rank of the Auto Scaling group recommendation option.
The top recommendation option is ranked as 1.
rank - The rank of the Auto Scaling group recommendation option.
The top recommendation option is ranked as 1.
AutoScalingGroupRecommendationOption.Builder savingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for the Auto Scaling group recommendation option. Savings opportunity includes the estimated monthly savings amount and percentage.
savingsOpportunity - An object that describes the savings opportunity for the Auto Scaling group recommendation option.
Savings opportunity includes the estimated monthly savings amount and percentage.default AutoScalingGroupRecommendationOption.Builder savingsOpportunity(Consumer<SavingsOpportunity.Builder> savingsOpportunity)
An object that describes the savings opportunity for the Auto Scaling group 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)AutoScalingGroupRecommendationOption.Builder migrationEffort(String migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
For example, the migration effort is Low if Amazon EMR is the inferred workload type and an
Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a
workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The
migration effort is VeryLow if both the current and recommended instance types are of the same
CPU architecture.
migrationEffort - The level of effort required to migrate from the current instance type to the recommended instance
type.
For example, the migration effort is Low if Amazon EMR is the inferred workload type and
an Amazon Web Services Graviton instance type is recommended. The migration effort is
Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton
instance type is recommended. The migration effort is VeryLow if both the current and
recommended instance types are of the same CPU architecture.
MigrationEffort,
MigrationEffortAutoScalingGroupRecommendationOption.Builder migrationEffort(MigrationEffort migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
For example, the migration effort is Low if Amazon EMR is the inferred workload type and an
Amazon Web Services Graviton instance type is recommended. The migration effort is Medium if a
workload type couldn't be inferred but an Amazon Web Services Graviton instance type is recommended. The
migration effort is VeryLow if both the current and recommended instance types are of the same
CPU architecture.
migrationEffort - The level of effort required to migrate from the current instance type to the recommended instance
type.
For example, the migration effort is Low if Amazon EMR is the inferred workload type and
an Amazon Web Services Graviton instance type is recommended. The migration effort is
Medium if a workload type couldn't be inferred but an Amazon Web Services Graviton
instance type is recommended. The migration effort is VeryLow if both the current and
recommended instance types are of the same CPU architecture.
MigrationEffort,
MigrationEffortCopyright © 2023. All rights reserved.