@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAddonRequest extends EksRequest implements ToCopyableBuilder<DeleteAddonRequest.Builder,DeleteAddonRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAddonRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addonName()
The name of the add-on.
|
static DeleteAddonRequest.Builder |
builder() |
String |
clusterName()
The name of the cluster to delete the add-on from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
preserve()
Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings
for the add-on.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAddonRequest.Builder> |
serializableBuilderClass() |
DeleteAddonRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterName()
The name of the cluster to delete the add-on from.
public final String addonName()
The name of the add-on. The name must match one of the names returned by ListAddons .
ListAddons
.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 is not removed.
public DeleteAddonRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAddonRequest.Builder,DeleteAddonRequest>toBuilder in class EksRequestpublic static DeleteAddonRequest.Builder builder()
public static Class<? extends DeleteAddonRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.