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 |
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.
|
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 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.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #projectedUtilizationMetrics(List) .projectedUtilizationMetrics - a consumer that will call methods on List.Builder #projectedUtilizationMetrics(List) 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 to 5, 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 recommended resource meets 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 to 5, 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 recommended resource meets 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.
Copyright © 2021. All rights reserved.