public static interface ProcessorInfo.Builder extends SdkPojo, CopyableBuilder<ProcessorInfo.Builder,ProcessorInfo>
Modifier and Type | Method and Description |
---|---|
ProcessorInfo.Builder |
supportedArchitectures(ArchitectureType... supportedArchitectures)
A list of architectures supported by the instance type.
|
ProcessorInfo.Builder |
supportedArchitectures(Collection<ArchitectureType> supportedArchitectures)
A list of architectures supported by the instance type.
|
ProcessorInfo.Builder |
supportedArchitecturesWithStrings(Collection<String> supportedArchitectures)
A list of architectures supported by the instance type.
|
ProcessorInfo.Builder |
supportedArchitecturesWithStrings(String... supportedArchitectures)
A list of architectures supported by the instance type.
|
ProcessorInfo.Builder |
sustainedClockSpeedInGhz(Double sustainedClockSpeedInGhz)
The speed of the processor, in GHz.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProcessorInfo.Builder supportedArchitecturesWithStrings(Collection<String> supportedArchitectures)
A list of architectures supported by the instance type.
supportedArchitectures
- A list of architectures supported by the instance type.ProcessorInfo.Builder supportedArchitecturesWithStrings(String... supportedArchitectures)
A list of architectures supported by the instance type.
supportedArchitectures
- A list of architectures supported by the instance type.ProcessorInfo.Builder supportedArchitectures(Collection<ArchitectureType> supportedArchitectures)
A list of architectures supported by the instance type.
supportedArchitectures
- A list of architectures supported by the instance type.ProcessorInfo.Builder supportedArchitectures(ArchitectureType... supportedArchitectures)
A list of architectures supported by the instance type.
supportedArchitectures
- A list of 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 © 2020. All rights reserved.