public static interface GetDomainSuggestionsResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
DomainSuggestion.Builder avoiding the need to
create one manually via
DomainSuggestion.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #suggestionsList(List.
suggestionsList - a consumer that will call methods on
DomainSuggestion.Builder#suggestionsList(java.util.Collection) Copyright © 2023. All rights reserved.