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 |
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(Collection<String> 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 |
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.ProcessorInfo.Builder supportedFeaturesWithStrings(Collection<String> supportedFeatures)
Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp,
AMD SEV-SNP is supported. Otherwise, it is not supported.
supportedFeatures - Indicates whether the instance type supports AMD SEV-SNP. If the request returns
amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported.ProcessorInfo.Builder supportedFeaturesWithStrings(String... supportedFeatures)
Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp,
AMD SEV-SNP is supported. Otherwise, it is not supported.
supportedFeatures - Indicates whether the instance type supports AMD SEV-SNP. If the request returns
amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported.ProcessorInfo.Builder supportedFeatures(Collection<SupportedAdditionalProcessorFeature> supportedFeatures)
Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp,
AMD SEV-SNP is supported. Otherwise, it is not supported.
supportedFeatures - Indicates whether the instance type supports AMD SEV-SNP. If the request returns
amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported.ProcessorInfo.Builder supportedFeatures(SupportedAdditionalProcessorFeature... supportedFeatures)
Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp,
AMD SEV-SNP is supported. Otherwise, it is not supported.
supportedFeatures - Indicates whether the instance type supports AMD SEV-SNP. If the request returns
amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported.Copyright © 2023. All rights reserved.