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