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