Interface UpgradePolicyResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpgradePolicyResponse.Builder,UpgradePolicyResponse>,SdkBuilder<UpgradePolicyResponse.Builder,UpgradePolicyResponse>,SdkPojo
- Enclosing class:
- UpgradePolicyResponse
public static interface UpgradePolicyResponse.Builder extends SdkPojo, CopyableBuilder<UpgradePolicyResponse.Builder,UpgradePolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpgradePolicyResponse.BuildersupportType(String supportType)If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.UpgradePolicyResponse.BuildersupportType(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
supportType
UpgradePolicyResponse.Builder supportType(String 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,SupportType
-
supportType
UpgradePolicyResponse.Builder supportType(SupportType 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,SupportType
-
-