CopyableBuilder<DescribeDomainsRequest.Builder,DescribeDomainsRequest>, SdkBuilder<DescribeDomainsRequest.Builder,DescribeDomainsRequest>public static interface DescribeDomainsRequest.Builder extends CopyableBuilder<DescribeDomainsRequest.Builder,DescribeDomainsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeDomainsRequest.Builder |
domainNames(String... domainNames) |
The names of the domains you want to include in the response.
|
DescribeDomainsRequest.Builder |
domainNames(Collection<String> domainNames) |
The names of the domains you want to include in the response.
|
copyapply, buildDescribeDomainsRequest.Builder domainNames(Collection<String> domainNames)
The names of the domains you want to include in the response.
domainNames - The names of the domains you want to include in the response.DescribeDomainsRequest.Builder domainNames(String... domainNames)
The names of the domains you want to include in the response.
NOTE: This method appends the values to the existing list (if any). Use
#setDomainNames(java.util.Collection) or #withDomainNames(java.util.Collection) if you want
to override the existing values.
domainNames - The names of the domains you want to include in the response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.