Uses of Interface
software.amazon.awssdk.services.ec2.model.ProcessorInfo.Builder
Packages that use ProcessorInfo.Builder
-
Uses of ProcessorInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ProcessorInfo.BuilderModifier and TypeMethodDescriptionstatic ProcessorInfo.BuilderProcessorInfo.builder()ProcessorInfo.Builder.manufacturer(String manufacturer) The manufacturer of the processor.ProcessorInfo.Builder.supportedArchitectures(Collection<ArchitectureType> supportedArchitectures) The architectures supported by the instance type.ProcessorInfo.Builder.supportedArchitectures(ArchitectureType... supportedArchitectures) The architectures supported by the instance type.ProcessorInfo.Builder.supportedArchitecturesWithStrings(String... supportedArchitectures) The architectures supported by the instance type.ProcessorInfo.Builder.supportedArchitecturesWithStrings(Collection<String> supportedArchitectures) The architectures supported by the instance type.ProcessorInfo.Builder.supportedFeatures(Collection<SupportedAdditionalProcessorFeature> supportedFeatures) Indicates whether the instance type supports AMD SEV-SNP.ProcessorInfo.Builder.supportedFeatures(SupportedAdditionalProcessorFeature... supportedFeatures) Indicates whether the instance type supports AMD SEV-SNP.ProcessorInfo.Builder.supportedFeaturesWithStrings(String... supportedFeatures) Indicates whether the instance type supports AMD SEV-SNP.ProcessorInfo.Builder.supportedFeaturesWithStrings(Collection<String> supportedFeatures) Indicates whether the instance type supports AMD SEV-SNP.ProcessorInfo.Builder.sustainedClockSpeedInGhz(Double sustainedClockSpeedInGhz) The speed of the processor, in GHz.ProcessorInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ProcessorInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProcessorInfo.Builder>ProcessorInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ProcessorInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.processorInfo(Consumer<ProcessorInfo.Builder> processorInfo) Describes the processor.