Interface ListDomainNamesResponse.Builder

    • Method Detail

      • domainNames

        ListDomainNamesResponse.Builder domainNames​(Collection<DomainInfo> domainNames)

        The names of all OpenSearch Service domains owned by the current user and their respective engine types.

        Parameters:
        domainNames - The names of all OpenSearch Service domains owned by the current user and their respective engine types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainNames

        ListDomainNamesResponse.Builder domainNames​(DomainInfo... domainNames)

        The names of all OpenSearch Service domains owned by the current user and their respective engine types.

        Parameters:
        domainNames - The names of all OpenSearch Service domains owned by the current user and their respective engine types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.