public static interface ProcessorInfo.Builder extends SdkPojo, CopyableBuilder<ProcessorInfo.Builder,ProcessorInfo>
| Modifier and Type | Method and Description |
|---|---|
ProcessorInfo.Builder |
supportedArchitectures(ArchitectureType... supportedArchitectures)
The architectures supported by the instance type.
|
ProcessorInfo.Builder |
supportedArchitectures(Collection<ArchitectureType> supportedArchitectures)
The architectures supported by the instance type.
|
ProcessorInfo.Builder |
supportedArchitecturesWithStrings(Collection<String> supportedArchitectures)
The architectures supported by the instance type.
|
ProcessorInfo.Builder |
supportedArchitecturesWithStrings(String... supportedArchitectures)
The architectures supported by the instance type.
|
ProcessorInfo.Builder |
sustainedClockSpeedInGhz(Double sustainedClockSpeedInGhz)
The speed of the processor, in GHz.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessorInfo.Builder supportedArchitecturesWithStrings(Collection<String> supportedArchitectures)
The architectures supported by the instance type.
supportedArchitectures - The architectures supported by the instance type.ProcessorInfo.Builder supportedArchitecturesWithStrings(String... supportedArchitectures)
The architectures supported by the instance type.
supportedArchitectures - The architectures supported by the instance type.ProcessorInfo.Builder supportedArchitectures(Collection<ArchitectureType> supportedArchitectures)
The architectures supported by the instance type.
supportedArchitectures - The architectures supported by the instance type.ProcessorInfo.Builder supportedArchitectures(ArchitectureType... supportedArchitectures)
The architectures supported by the instance type.
supportedArchitectures - The architectures supported by the instance type.ProcessorInfo.Builder sustainedClockSpeedInGhz(Double sustainedClockSpeedInGhz)
The speed of the processor, in GHz.
sustainedClockSpeedInGhz - The speed of the processor, in GHz.Copyright © 2021. All rights reserved.