Uses of Interface
software.amazon.awssdk.services.ec2.model.CpuPerformanceFactor.Builder
-
Packages that use CpuPerformanceFactor.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CpuPerformanceFactor.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CpuPerformanceFactor.Builder Modifier and Type Method Description static CpuPerformanceFactor.BuilderCpuPerformanceFactor. builder()CpuPerformanceFactor.BuilderCpuPerformanceFactor.Builder. references(Collection<PerformanceFactorReference> references)Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactor.BuilderCpuPerformanceFactor.Builder. references(Consumer<PerformanceFactorReference.Builder>... references)Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactor.BuilderCpuPerformanceFactor.Builder. references(PerformanceFactorReference... references)Specify an instance family to use as the baseline reference for CPU performance.CpuPerformanceFactor.BuilderCpuPerformanceFactor. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CpuPerformanceFactor.Builder Modifier and Type Method Description static Class<? extends CpuPerformanceFactor.Builder>CpuPerformanceFactor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CpuPerformanceFactor.Builder Modifier and Type Method Description default BaselinePerformanceFactors.BuilderBaselinePerformanceFactors.Builder. cpu(Consumer<CpuPerformanceFactor.Builder> cpu)The CPU performance to consider, using an instance family as the baseline reference.
-