public static interface ListDomainNamesResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListDomainNamesResponse.Builder,ListDomainNamesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainNamesResponse.Builder |
domainNames(Collection<DomainInfo> domainNames)
List of domain names and respective engine types.
|
ListDomainNamesResponse.Builder |
domainNames(Consumer<DomainInfo.Builder>... domainNames)
List of domain names and respective engine types.
|
ListDomainNamesResponse.Builder |
domainNames(DomainInfo... domainNames)
List of domain names and respective engine types.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainNamesResponse.Builder domainNames(Collection<DomainInfo> domainNames)
List of domain names and respective engine types.
domainNames - List of domain names and respective engine types.ListDomainNamesResponse.Builder domainNames(DomainInfo... domainNames)
List of domain names and respective engine types.
domainNames - List of domain names and respective engine types.ListDomainNamesResponse.Builder domainNames(Consumer<DomainInfo.Builder>... domainNames)
List of domain names and respective engine types.
This is a convenience method that creates an instance of theDomainInfo.Builder avoiding the need to create
one manually via DomainInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #domainNames(List.
domainNames - a consumer that will call methods on
DomainInfo.Builder#domainNames(java.util.Collection) Copyright © 2023. All rights reserved.