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)

        A list of compatible add-on versions.

        Parameters:
        compatibleVersions - A list of compatible add-on versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • compatibleVersions

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

        A list of compatible add-on versions.

        Parameters:
        compatibleVersions - A list of compatible add-on versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.