public static interface ListDomainsResponse.Builder extends SimpleDBResponse.Builder, CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
domainNames(Collection<String> domainNames)
A list of domain names that match the expression.
|
ListDomainsResponse.Builder |
domainNames(String... domainNames)
A list of domain names that match the expression.
|
ListDomainsResponse.Builder |
nextToken(String nextToken)
An opaque token indicating that there are more domains than the specified
MaxNumberOfDomains
still available. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListDomainsResponse.Builder domainNames(Collection<String> domainNames)
domainNames - A list of domain names that match the expression.ListDomainsResponse.Builder domainNames(String... domainNames)
domainNames - A list of domain names that match the expression.ListDomainsResponse.Builder nextToken(String nextToken)
MaxNumberOfDomains
still available.nextToken - An opaque token indicating that there are more domains than the specified
MaxNumberOfDomains still available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.