CopyableBuilder<DescribeElasticsearchDomainsResponse.Builder,DescribeElasticsearchDomainsResponse>, SdkBuilder<DescribeElasticsearchDomainsResponse.Builder,DescribeElasticsearchDomainsResponse>public static interface DescribeElasticsearchDomainsResponse.Builder extends CopyableBuilder<DescribeElasticsearchDomainsResponse.Builder,DescribeElasticsearchDomainsResponse>
| Modifier and Type | Method | 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. |
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setDomainStatusList(java.util.Collection) or #withDomainStatusList(java.util.Collection) if
you want to override the existing values.
domainStatusList - The status of the domains requested in the DescribeElasticsearchDomains request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.