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 Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) Name of the domain.engineType(String engineType) The type of search engine that the domain is running.OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.engineType(EngineType engineType) The type of search engine that the domain is running.OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
The type of search engine that the domain is running.
OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.- Parameters:
 engineType- The type of search engine that the domain is running.OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
engineType
The type of search engine that the domain is running.
OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.- Parameters:
 engineType- The type of search engine that the domain is running.OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -