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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #domainNames(List) .domainNames - a consumer that will call methods on List.Builder #domainNames(List) Copyright © 2022. All rights reserved.