| Modifier and Type | Method and Description |
|---|---|
default CpuArch |
EksOptimizedImageProps.getCpuArch()
What cpu architecture to retrieve the image for (arm64 or x86_64).
|
CpuArch |
EksOptimizedImageProps.Jsii$Proxy.getCpuArch() |
static CpuArch |
CpuArch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CpuArch[] |
CpuArch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EksOptimizedImageProps.Builder |
EksOptimizedImageProps.Builder.cpuArch(CpuArch cpuArch)
Sets the value of
EksOptimizedImageProps.getCpuArch() |
EksOptimizedImage.Builder |
EksOptimizedImage.Builder.cpuArch(CpuArch cpuArch)
What cpu architecture to retrieve the image for (arm64 or x86_64).
|
| Constructor and Description |
|---|
Jsii$Proxy(CpuArch cpuArch,
String kubernetesVersion,
NodeType nodeType)
Constructor that initializes the object based on literal property values passed by the
EksOptimizedImageProps.Builder. |
Copyright © 2021. All rights reserved.