Interface AddonCompatibilityDetail.Builder

    • Method Detail

      • name

        AddonCompatibilityDetail.Builder name​(String name)

        The name of the Amazon EKS add-on.

        Parameters:
        name - The name of the Amazon EKS add-on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • compatibleVersions

        AddonCompatibilityDetail.Builder compatibleVersions​(Collection<String> compatibleVersions)

        The list of compatible Amazon EKS add-on versions for the next Kubernetes version.

        Parameters:
        compatibleVersions - The list of compatible Amazon EKS add-on versions for the next Kubernetes version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • compatibleVersions

        AddonCompatibilityDetail.Builder compatibleVersions​(String... compatibleVersions)

        The list of compatible Amazon EKS add-on versions for the next Kubernetes version.

        Parameters:
        compatibleVersions - The list of compatible Amazon EKS add-on versions for the next Kubernetes version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.