CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
, SdkBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
public static interface ListDomainsResponse.Builder extends CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListDomainsResponse.Builder |
domainNames(String... domainNames) |
A list of domain names that match the expression.
|
ListDomainsResponse.Builder |
domainNames(Collection<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. |
copy
apply, build
ListDomainsResponse.Builder domainNames(Collection<String> domainNames)
domainNames
- A list of domain names that match the expression.ListDomainsResponse.Builder domainNames(String... domainNames)
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
- 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.