public static interface GetDomainSuggestionsResponse.Builder extends Route53DomainsResponse.Builder, CopyableBuilder<GetDomainSuggestionsResponse.Builder,GetDomainSuggestionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDomainSuggestionsResponse.Builder |
suggestionsList(Collection<DomainSuggestion> suggestionsList)
A list of possible domain names.
|
GetDomainSuggestionsResponse.Builder |
suggestionsList(DomainSuggestion... suggestionsList)
A list of possible domain names.
|
buildcopyapply, buildGetDomainSuggestionsResponse.Builder suggestionsList(Collection<DomainSuggestion> suggestionsList)
A list of possible domain names. If you specified true for OnlyAvailable in the
request, the list contains only domains that are available for registration.
suggestionsList - A list of possible domain names. If you specified true for OnlyAvailable in
the request, the list contains only domains that are available for registration.GetDomainSuggestionsResponse.Builder suggestionsList(DomainSuggestion... suggestionsList)
A list of possible domain names. If you specified true for OnlyAvailable in the
request, the list contains only domains that are available for registration.
suggestionsList - A list of possible domain names. If you specified true for OnlyAvailable in
the request, the list contains only domains that are available for registration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.