public static interface DescribeElasticsearchDomainsResponse.Builder extends ElasticsearchResponse.Builder, CopyableBuilder<DescribeElasticsearchDomainsResponse.Builder,DescribeElasticsearchDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeElasticsearchDomainsResponse.Builder |
domainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request. |
DescribeElasticsearchDomainsResponse.Builder |
domainStatusList(ElasticsearchDomainStatus... domainStatusList)
The status of the domains requested in the
DescribeElasticsearchDomains request. |
buildcopyapply, buildDescribeElasticsearchDomainsResponse.Builder domainStatusList(Collection<ElasticsearchDomainStatus> domainStatusList)
The status of the domains requested in the DescribeElasticsearchDomains request.
domainStatusList - The status of the domains requested in the DescribeElasticsearchDomains request.DescribeElasticsearchDomainsResponse.Builder domainStatusList(ElasticsearchDomainStatus... domainStatusList)
The status of the domains requested in the DescribeElasticsearchDomains request.
domainStatusList - The status of the domains requested in the DescribeElasticsearchDomains request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.