public static interface ListDomainNamesResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListDomainNamesResponse.Builder,ListDomainNamesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainNamesResponse.Builder |
domainNames(Collection<DomainInfo> domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
|
ListDomainNamesResponse.Builder |
domainNames(Consumer<DomainInfo.Builder>... domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
|
ListDomainNamesResponse.Builder |
domainNames(DomainInfo... domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainNamesResponse.Builder domainNames(Collection<DomainInfo> domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
domainNames - The names of all OpenSearch Service domains owned by the current user and their respective engine
types.ListDomainNamesResponse.Builder domainNames(DomainInfo... domainNames)
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
domainNames - The names of all OpenSearch Service domains owned by the current user and their respective engine
types.ListDomainNamesResponse.Builder domainNames(Consumer<DomainInfo.Builder>... domainNames)
The names of all OpenSearch Service domains owned by the current user and their 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.