CopyableBuilder<GetDomainSuggestionsResponse.Builder,GetDomainSuggestionsResponse>, SdkBuilder<GetDomainSuggestionsResponse.Builder,GetDomainSuggestionsResponse>public static interface GetDomainSuggestionsResponse.Builder extends CopyableBuilder<GetDomainSuggestionsResponse.Builder,GetDomainSuggestionsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetDomainSuggestionsResponse.Builder |
suggestionsList(Collection<DomainSuggestion> suggestionsList) |
A list of possible domain names.
|
GetDomainSuggestionsResponse.Builder |
suggestionsList(DomainSuggestion... suggestionsList) |
A list of possible domain names.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSuggestionsList(java.util.Collection) or #withSuggestionsList(java.util.Collection) if
you want to override the existing values.
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.