Interface AccessPoliciesStatus.Builder

    • Method Detail

      • options

        AccessPoliciesStatus.Builder options​(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.
      • status

        AccessPoliciesStatus.Builder status​(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.