Class DeleteAddonRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.eks.model.EksRequest
-
- software.amazon.awssdk.services.eks.model.DeleteAddonRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteAddonRequest.Builder,DeleteAddonRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteAddonRequest extends EksRequest implements ToCopyableBuilder<DeleteAddonRequest.Builder,DeleteAddonRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteAddonRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddonName()The name of the add-on.static DeleteAddonRequest.Builderbuilder()StringclusterName()The name of your cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanpreserve()Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteAddonRequest.Builder>serializableBuilderClass()DeleteAddonRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
clusterName
public final String clusterName()
The name of your cluster.
- Returns:
- The name of your cluster.
-
addonName
public final String addonName()
The name of the add-on. The name must match one of the names returned by
ListAddons.- Returns:
- The name of the add-on. The name must match one of the names returned by
ListAddons.
-
preserve
public final Boolean preserve()
Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it isn't removed.
- Returns:
- Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it isn't removed.
-
toBuilder
public DeleteAddonRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteAddonRequest.Builder,DeleteAddonRequest>- Specified by:
toBuilderin classEksRequest
-
builder
public static DeleteAddonRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteAddonRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-