Interface UpgradePolicyRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpgradePolicyRequest.Builder,
,UpgradePolicyRequest> SdkBuilder<UpgradePolicyRequest.Builder,
,UpgradePolicyRequest> SdkPojo
- Enclosing class:
UpgradePolicyRequest
public static interface UpgradePolicyRequest.Builder
extends SdkPojo, CopyableBuilder<UpgradePolicyRequest.Builder,UpgradePolicyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionsupportType
(String supportType) If the cluster is set toEXTENDED
, it will enter extended support at the end of standard support.supportType
(SupportType supportType) If the cluster is set toEXTENDED
, it will enter extended support at the end of standard support.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
supportType
If the cluster is set to
EXTENDED
, it will enter extended support at the end of standard support. If the cluster is set toSTANDARD
, it will be automatically upgraded at the end of standard support.Learn more about EKS Extended Support in the EKS User Guide.
- Parameters:
supportType
- If the cluster is set toEXTENDED
, it will enter extended support at the end of standard support. If the cluster is set toSTANDARD
, it will be automatically upgraded at the end of standard support.Learn more about EKS Extended Support in the EKS User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
supportType
If the cluster is set to
EXTENDED
, it will enter extended support at the end of standard support. If the cluster is set toSTANDARD
, it will be automatically upgraded at the end of standard support.Learn more about EKS Extended Support in the EKS User Guide.
- Parameters:
supportType
- If the cluster is set toEXTENDED
, it will enter extended support at the end of standard support. If the cluster is set toSTANDARD
, it will be automatically upgraded at the end of standard support.Learn more about EKS Extended Support in the EKS User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-