Class UpgradePolicyRequest
- java.lang.Object
-
- software.amazon.awssdk.services.eks.model.UpgradePolicyRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpgradePolicyRequest.Builder,UpgradePolicyRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpgradePolicyRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpgradePolicyRequest.Builder,UpgradePolicyRequest>
The support policy to use for the cluster. Extended support allows you to remain on specific Kubernetes versions for longer. Clusters in extended support have higher costs. The default value is
EXTENDED. UseSTANDARDto disable extended support.Learn more about EKS Extended Support in the EKS User Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpgradePolicyRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpgradePolicyRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpgradePolicyRequest.Builder>serializableBuilderClass()SupportTypesupportType()If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.StringsupportTypeAsString()If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.UpgradePolicyRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
supportType
public final 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.
If the service returns an enum value that is not available in the current SDK version,
supportTypewill returnSupportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsupportTypeAsString().- Returns:
- 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.
- See Also:
SupportType
-
supportTypeAsString
public final String supportTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
supportTypewill returnSupportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsupportTypeAsString().- Returns:
- 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.
- See Also:
SupportType
-
toBuilder
public UpgradePolicyRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpgradePolicyRequest.Builder,UpgradePolicyRequest>
-
builder
public static UpgradePolicyRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpgradePolicyRequest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-