Interface DomainInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DomainInfo.Builder,DomainInfo>, SdkBuilder<DomainInfo.Builder,DomainInfo>, SdkPojo
Enclosing class:
DomainInfo

public static interface DomainInfo.Builder extends SdkPojo, CopyableBuilder<DomainInfo.Builder,DomainInfo>
  • Method Details

    • 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

      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: