Interface ControlPlaneConfigInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ControlPlaneConfigInfo.Builder,,ControlPlaneConfigInfo> SdkBuilder<ControlPlaneConfigInfo.Builder,,ControlPlaneConfigInfo> SdkPojo
- Enclosing class:
ControlPlaneConfigInfo
-
Method Summary
Modifier and TypeMethodDescriptiondefault ControlPlaneConfigInfo.BuilderkubeApiServerConfig(Consumer<KubeApiServerVersionConfig.Builder> kubeApiServerConfig) The Kubernetes API server configuration defaults and constraints.kubeApiServerConfig(KubeApiServerVersionConfig kubeApiServerConfig) The Kubernetes API server configuration defaults and constraints.default ControlPlaneConfigInfo.BuilderkubeControllerManagerConfig(Consumer<KubeControllerManagerVersionConfig.Builder> kubeControllerManagerConfig) The Kubernetes controller manager configuration defaults and constraints.kubeControllerManagerConfig(KubeControllerManagerVersionConfig kubeControllerManagerConfig) The Kubernetes controller manager configuration defaults and constraints.default ControlPlaneConfigInfo.BuilderkubeSchedulerConfig(Consumer<KubeSchedulerVersionConfig.Builder> kubeSchedulerConfig) The Kubernetes scheduler configuration defaults and constraints.kubeSchedulerConfig(KubeSchedulerVersionConfig kubeSchedulerConfig) The Kubernetes scheduler configuration defaults and constraints.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
kubeApiServerConfig
The Kubernetes API server configuration defaults and constraints.
- Parameters:
kubeApiServerConfig- The Kubernetes API server configuration defaults and constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kubeApiServerConfig
default ControlPlaneConfigInfo.Builder kubeApiServerConfig(Consumer<KubeApiServerVersionConfig.Builder> kubeApiServerConfig) The Kubernetes API server configuration defaults and constraints.
This is a convenience method that creates an instance of theKubeApiServerVersionConfig.Builderavoiding the need to create one manually viaKubeApiServerVersionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokubeApiServerConfig(KubeApiServerVersionConfig).- Parameters:
kubeApiServerConfig- a consumer that will call methods onKubeApiServerVersionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kubeSchedulerConfig
The Kubernetes scheduler configuration defaults and constraints.
- Parameters:
kubeSchedulerConfig- The Kubernetes scheduler configuration defaults and constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kubeSchedulerConfig
default ControlPlaneConfigInfo.Builder kubeSchedulerConfig(Consumer<KubeSchedulerVersionConfig.Builder> kubeSchedulerConfig) The Kubernetes scheduler configuration defaults and constraints.
This is a convenience method that creates an instance of theKubeSchedulerVersionConfig.Builderavoiding the need to create one manually viaKubeSchedulerVersionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokubeSchedulerConfig(KubeSchedulerVersionConfig).- Parameters:
kubeSchedulerConfig- a consumer that will call methods onKubeSchedulerVersionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kubeControllerManagerConfig
ControlPlaneConfigInfo.Builder kubeControllerManagerConfig(KubeControllerManagerVersionConfig kubeControllerManagerConfig) The Kubernetes controller manager configuration defaults and constraints.
- Parameters:
kubeControllerManagerConfig- The Kubernetes controller manager configuration defaults and constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kubeControllerManagerConfig
default ControlPlaneConfigInfo.Builder kubeControllerManagerConfig(Consumer<KubeControllerManagerVersionConfig.Builder> kubeControllerManagerConfig) The Kubernetes controller manager configuration defaults and constraints.
This is a convenience method that creates an instance of theKubeControllerManagerVersionConfig.Builderavoiding the need to create one manually viaKubeControllerManagerVersionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokubeControllerManagerConfig(KubeControllerManagerVersionConfig).- Parameters:
kubeControllerManagerConfig- a consumer that will call methods onKubeControllerManagerVersionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-