Class AccessPoliciesStatus

    • Constructor Detail

      • AccessPoliciesStatus

        public AccessPoliciesStatus()
    • Method Detail

      • setOptions

        public void setOptions​(String options)

        The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

        Parameters:
        options - The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
      • getOptions

        public String getOptions()

        The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

        Returns:
        The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
      • withOptions

        public AccessPoliciesStatus withOptions​(String options)

        The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

        Parameters:
        options - The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus​(OptionStatus status)

        The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

        Parameters:
        status - The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.
      • getStatus

        public OptionStatus getStatus()

        The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

        Returns:
        The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.
      • withStatus

        public AccessPoliciesStatus withStatus​(OptionStatus status)

        The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

        Parameters:
        status - The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object