Interface EKSOnDeviceServiceConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EKSOnDeviceServiceConfiguration.Builder,
,EKSOnDeviceServiceConfiguration> SdkBuilder<EKSOnDeviceServiceConfiguration.Builder,
,EKSOnDeviceServiceConfiguration> SdkPojo
- Enclosing class:
EKSOnDeviceServiceConfiguration
public static interface EKSOnDeviceServiceConfiguration.Builder
extends SdkPojo, CopyableBuilder<EKSOnDeviceServiceConfiguration.Builder,EKSOnDeviceServiceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioneksAnywhereVersion
(String eksAnywhereVersion) The optional version of EKS Anywhere on the Snow Family device.kubernetesVersion
(String kubernetesVersion) The Kubernetes version for EKS Anywhere on the Snow Family device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
kubernetesVersion
The Kubernetes version for EKS Anywhere on the Snow Family device.
- Parameters:
kubernetesVersion
- The Kubernetes version for EKS Anywhere on the Snow Family device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eksAnywhereVersion
The optional version of EKS Anywhere on the Snow Family device.
- Parameters:
eksAnywhereVersion
- The optional version of EKS Anywhere on the Snow Family device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-