Uses of Interface
software.amazon.awssdk.services.eks.model.UpgradePolicyResponse.Builder
-
Packages that use UpgradePolicyResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of UpgradePolicyResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return UpgradePolicyResponse.Builder Modifier and Type Method Description static UpgradePolicyResponse.BuilderUpgradePolicyResponse. builder()UpgradePolicyResponse.BuilderUpgradePolicyResponse.Builder. supportType(String supportType)If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.UpgradePolicyResponse.BuilderUpgradePolicyResponse.Builder. supportType(SupportType supportType)If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.UpgradePolicyResponse.BuilderUpgradePolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type UpgradePolicyResponse.Builder Modifier and Type Method Description static Class<? extends UpgradePolicyResponse.Builder>UpgradePolicyResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type UpgradePolicyResponse.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. upgradePolicy(Consumer<UpgradePolicyResponse.Builder> upgradePolicy)This value indicates if extended support is enabled or disabled for the cluster.
-