Interface DomainInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DomainInfo.Builder,DomainInfo>,SdkBuilder<DomainInfo.Builder,DomainInfo>,SdkPojo
- Enclosing class:
- DomainInfo
@Mutable @NotThreadSafe public static interface DomainInfo.Builder extends SdkPojo, CopyableBuilder<DomainInfo.Builder,DomainInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainInfo.BuilderdomainName(String domainName)Name of the domain.DomainInfo.BuilderengineType(String engineType)The type of search engine that the domain is running.OpenSearchfor an OpenSearch engine, orElasticsearchfor a legacy Elasticsearch OSS engine.DomainInfo.BuilderengineType(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
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,EngineType
-
engineType
DomainInfo.Builder engineType(EngineType 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,EngineType
-
-