public static interface DeleteAddonRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DeleteAddonRequest.Builder,DeleteAddonRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAddonRequest.Builder |
addonName(String addonName)
The name of the add-on.
|
DeleteAddonRequest.Builder |
clusterName(String clusterName)
The name of the cluster to delete the add-on from.
|
DeleteAddonRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAddonRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAddonRequest.Builder |
preserve(Boolean preserve)
Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any
settings for the add-on.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAddonRequest.Builder clusterName(String clusterName)
The name of the cluster to delete the add-on from.
clusterName - The name of the cluster to delete the add-on from.DeleteAddonRequest.Builder addonName(String addonName)
The name of the add-on. The name must match one of the names returned by ListAddons .
addonName - The name of the add-on. The name must match one of the names returned by
ListAddons .DeleteAddonRequest.Builder preserve(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.
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.DeleteAddonRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAddonRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.