Interface PodGcControllerConfigRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PodGcControllerConfigRequest.Builder,,PodGcControllerConfigRequest> SdkBuilder<PodGcControllerConfigRequest.Builder,,PodGcControllerConfigRequest> SdkPojo
- Enclosing class:
PodGcControllerConfigRequest
@Mutable
@NotThreadSafe
public static interface PodGcControllerConfigRequest.Builder
extends SdkPojo, CopyableBuilder<PodGcControllerConfigRequest.Builder,PodGcControllerConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionterminatedPodGcThreshold(Integer terminatedPodGcThreshold) The number of terminated pods that can exist before the garbage collector starts deleting them.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
-
terminatedPodGcThreshold
The number of terminated pods that can exist before the garbage collector starts deleting them.
- Parameters:
terminatedPodGcThreshold- The number of terminated pods that can exist before the garbage collector starts deleting them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-