Interface KubeControllerManagerVersionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KubeControllerManagerVersionConfig.Builder,,KubeControllerManagerVersionConfig> SdkBuilder<KubeControllerManagerVersionConfig.Builder,,KubeControllerManagerVersionConfig> SdkPojo
- Enclosing class:
KubeControllerManagerVersionConfig
@Mutable
@NotThreadSafe
public static interface KubeControllerManagerVersionConfig.Builder
extends SdkPojo, CopyableBuilder<KubeControllerManagerVersionConfig.Builder,KubeControllerManagerVersionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionhorizontalPodAutoscalerControllerConfig(Consumer<HorizontalPodAutoscalerControllerVersionConfig.Builder> horizontalPodAutoscalerControllerConfig) The horizontal pod autoscaler controller configuration with default value and constraints.horizontalPodAutoscalerControllerConfig(HorizontalPodAutoscalerControllerVersionConfig horizontalPodAutoscalerControllerConfig) The horizontal pod autoscaler controller configuration with default value 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
-
horizontalPodAutoscalerControllerConfig
KubeControllerManagerVersionConfig.Builder horizontalPodAutoscalerControllerConfig(HorizontalPodAutoscalerControllerVersionConfig horizontalPodAutoscalerControllerConfig) The horizontal pod autoscaler controller configuration with default value and constraints.
- Parameters:
horizontalPodAutoscalerControllerConfig- The horizontal pod autoscaler controller configuration with default value and constraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
horizontalPodAutoscalerControllerConfig
default KubeControllerManagerVersionConfig.Builder horizontalPodAutoscalerControllerConfig(Consumer<HorizontalPodAutoscalerControllerVersionConfig.Builder> horizontalPodAutoscalerControllerConfig) The horizontal pod autoscaler controller configuration with default value and constraints.
This is a convenience method that creates an instance of theHorizontalPodAutoscalerControllerVersionConfig.Builderavoiding the need to create one manually viaHorizontalPodAutoscalerControllerVersionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohorizontalPodAutoscalerControllerConfig(HorizontalPodAutoscalerControllerVersionConfig).- Parameters:
horizontalPodAutoscalerControllerConfig- a consumer that will call methods onHorizontalPodAutoscalerControllerVersionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-