Class DescribeUpdateRequest

    • Method Detail

      • name

        public final String name()

        The name of the Amazon EKS cluster associated with the update.

        Returns:
        The name of the Amazon EKS cluster associated with the update.
      • updateId

        public final String updateId()

        The ID of the update to describe.

        Returns:
        The ID of the update to describe.
      • nodegroupName

        public final String nodegroupName()

        The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.

        Returns:
        The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.
      • addonName

        public final String addonName()

        The name of the add-on. The name must match one of the names returned by ListAddons . This parameter is required if the update is an add-on update.

        Returns:
        The name of the add-on. The name must match one of the names returned by ListAddons . This parameter is required if the update is an add-on update.
      • 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