@Stability(value=Experimental) public static final class EksOptimizedImageProps.Builder extends Object implements software.amazon.jsii.Builder<EksOptimizedImageProps>
EksOptimizedImageProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EksOptimizedImageProps |
build()
Builds the configured instance.
|
EksOptimizedImageProps.Builder |
cpuArch(CpuArch cpuArch)
Sets the value of
EksOptimizedImageProps.getCpuArch() |
EksOptimizedImageProps.Builder |
kubernetesVersion(String kubernetesVersion)
Sets the value of
EksOptimizedImageProps.getKubernetesVersion() |
EksOptimizedImageProps.Builder |
nodeType(NodeType nodeType)
Sets the value of
EksOptimizedImageProps.getNodeType() |
@Stability(value=Experimental) public EksOptimizedImageProps.Builder cpuArch(CpuArch cpuArch)
EksOptimizedImageProps.getCpuArch()cpuArch - What cpu architecture to retrieve the image for (arm64 or x86_64).this@Stability(value=Experimental) public EksOptimizedImageProps.Builder kubernetesVersion(String kubernetesVersion)
EksOptimizedImageProps.getKubernetesVersion()kubernetesVersion - The Kubernetes version to use.this@Stability(value=Experimental) public EksOptimizedImageProps.Builder nodeType(NodeType nodeType)
EksOptimizedImageProps.getNodeType()nodeType - What instance type to retrieve the image for (standard or GPU-optimized).this@Stability(value=Experimental) public EksOptimizedImageProps build()
build in interface software.amazon.jsii.Builder<EksOptimizedImageProps>EksOptimizedImagePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.