Class DeleteAddonRequest

    • Method Detail

      • clusterName

        public final String clusterName()

        The name of the cluster to delete the add-on from.

        Returns:
        The name of the cluster to delete the add-on from.
      • 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.
      • 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.
        Overrides:
        toString in class Object