JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.eks.model

Class ResourceInUseException

    • Constructor Detail

      • ResourceInUseException

        public ResourceInUseException(String message)
        Constructs a new ResourceInUseException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setClusterName

        public void setClusterName(String clusterName)

        The Amazon EKS cluster associated with the exception.

        Parameters:
        clusterName - The Amazon EKS cluster associated with the exception.
      • getClusterName

        public String getClusterName()

        The Amazon EKS cluster associated with the exception.

        Returns:
        The Amazon EKS cluster associated with the exception.
      • withClusterName

        public ResourceInUseException withClusterName(String clusterName)

        The Amazon EKS cluster associated with the exception.

        Parameters:
        clusterName - The Amazon EKS cluster associated with the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNodegroupName

        public void setNodegroupName(String nodegroupName)

        The Amazon EKS managed node group associated with the exception.

        Parameters:
        nodegroupName - The Amazon EKS managed node group associated with the exception.
      • getNodegroupName

        public String getNodegroupName()

        The Amazon EKS managed node group associated with the exception.

        Returns:
        The Amazon EKS managed node group associated with the exception.
      • withNodegroupName

        public ResourceInUseException withNodegroupName(String nodegroupName)

        The Amazon EKS managed node group associated with the exception.

        Parameters:
        nodegroupName - The Amazon EKS managed node group associated with the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAddonName

        public void setAddonName(String addonName)

        The specified add-on name is in use.

        Parameters:
        addonName - The specified add-on name is in use.
      • getAddonName

        public String getAddonName()

        The specified add-on name is in use.

        Returns:
        The specified add-on name is in use.
      • withAddonName

        public ResourceInUseException withAddonName(String addonName)

        The specified add-on name is in use.

        Parameters:
        addonName - The specified add-on name is in use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /