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(Consumer<DomainSuggestion.Builder>... suggestionsList)
A list of possible domain names.
|
GetDomainSuggestionsResponse.Builder |
suggestionsList(DomainSuggestion... suggestionsList)
A list of possible domain names.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.GetDomainSuggestionsResponse.Builder suggestionsList(Consumer<DomainSuggestion.Builder>... 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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #suggestionsList(List) .suggestionsList - a consumer that will call methods on List.Builder #suggestionsList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.