Interface MasterUserOptions.Builder

    • Method Detail

      • masterUserARN

        MasterUserOptions.Builder masterUserARN​(String masterUserARN)

        ARN for the master user (if IAM is enabled).

        Parameters:
        masterUserARN - ARN for the master user (if IAM is enabled).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterUserName

        MasterUserOptions.Builder masterUserName​(String masterUserName)

        The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.

        Parameters:
        masterUserName - The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterUserPassword

        MasterUserOptions.Builder masterUserPassword​(String masterUserPassword)

        The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.

        Parameters:
        masterUserPassword - The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.