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 InvalidParameterException

    • Constructor Detail

      • InvalidParameterException

        public InvalidParameterException(String message)
        Constructs a new InvalidParameterException 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 InvalidParameterException 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 InvalidParameterException 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.
      • setFargateProfileName

        public void setFargateProfileName(String fargateProfileName)

        The Fargate profile associated with the exception.

        Parameters:
        fargateProfileName - The Fargate profile associated with the exception.
      • getFargateProfileName

        public String getFargateProfileName()

        The Fargate profile associated with the exception.

        Returns:
        The Fargate profile associated with the exception.
      • withFargateProfileName

        public InvalidParameterException withFargateProfileName(String fargateProfileName)

        The Fargate profile associated with the exception.

        Parameters:
        fargateProfileName - The Fargate profile 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 parameter for the add-on name is invalid. Review the available parameters for the API request

        Parameters:
        addonName - The specified parameter for the add-on name is invalid. Review the available parameters for the API request
      • getAddonName

        public String getAddonName()

        The specified parameter for the add-on name is invalid. Review the available parameters for the API request

        Returns:
        The specified parameter for the add-on name is invalid. Review the available parameters for the API request
      • withAddonName

        public InvalidParameterException withAddonName(String addonName)

        The specified parameter for the add-on name is invalid. Review the available parameters for the API request

        Parameters:
        addonName - The specified parameter for the add-on name is invalid. Review the available parameters for the API request
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubscriptionId

        public void setSubscriptionId(String subscriptionId)

        The Amazon EKS subscription ID with the exception.

        Parameters:
        subscriptionId - The Amazon EKS subscription ID with the exception.
      • getSubscriptionId

        public String getSubscriptionId()

        The Amazon EKS subscription ID with the exception.

        Returns:
        The Amazon EKS subscription ID with the exception.
      • withSubscriptionId

        public InvalidParameterException withSubscriptionId(String subscriptionId)

        The Amazon EKS subscription ID with the exception.

        Parameters:
        subscriptionId - The Amazon EKS subscription ID with the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

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