Interface DomainInfo.Builder

    • Method Detail

      • domainName

        DomainInfo.Builder domainName​(String domainName)

        Name of the domain.

        Parameters:
        domainName - Name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineType

        DomainInfo.Builder engineType​(String engineType)

        The type of search engine that the domain is running.OpenSearch for an OpenSearch engine, or Elasticsearch for a legacy Elasticsearch OSS engine.

        Parameters:
        engineType - The type of search engine that the domain is running.OpenSearch for an OpenSearch engine, or Elasticsearch for a legacy Elasticsearch OSS engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EngineType, EngineType
      • engineType

        DomainInfo.Builder engineType​(EngineType engineType)

        The type of search engine that the domain is running.OpenSearch for an OpenSearch engine, or Elasticsearch for a legacy Elasticsearch OSS engine.

        Parameters:
        engineType - The type of search engine that the domain is running.OpenSearch for an OpenSearch engine, or Elasticsearch for a legacy Elasticsearch OSS engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EngineType, EngineType