Interface HorizontalPodAutoscalerControllerConfigResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HorizontalPodAutoscalerControllerConfigResponse.Builder,,HorizontalPodAutoscalerControllerConfigResponse> SdkBuilder<HorizontalPodAutoscalerControllerConfigResponse.Builder,,HorizontalPodAutoscalerControllerConfigResponse> SdkPojo
- Enclosing class:
HorizontalPodAutoscalerControllerConfigResponse
@Mutable
@NotThreadSafe
public static interface HorizontalPodAutoscalerControllerConfigResponse.Builder
extends SdkPojo, CopyableBuilder<HorizontalPodAutoscalerControllerConfigResponse.Builder,HorizontalPodAutoscalerControllerConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhorizontalPodAutoscalerSyncPeriod(String horizontalPodAutoscalerSyncPeriod) The interval between each sync of the horizontal pod autoscaler.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
-
horizontalPodAutoscalerSyncPeriod
HorizontalPodAutoscalerControllerConfigResponse.Builder horizontalPodAutoscalerSyncPeriod(String horizontalPodAutoscalerSyncPeriod) The interval between each sync of the horizontal pod autoscaler.
- Parameters:
horizontalPodAutoscalerSyncPeriod- The interval between each sync of the horizontal pod autoscaler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-