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