CopyableBuilder<GetDomainSuggestionsRequest.Builder,GetDomainSuggestionsRequest>, SdkBuilder<GetDomainSuggestionsRequest.Builder,GetDomainSuggestionsRequest>public static interface GetDomainSuggestionsRequest.Builder extends CopyableBuilder<GetDomainSuggestionsRequest.Builder,GetDomainSuggestionsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetDomainSuggestionsRequest.Builder |
domainName(String domainName) |
A domain name that you want to use as the basis for a list of possible domain names.
|
GetDomainSuggestionsRequest.Builder |
onlyAvailable(Boolean onlyAvailable) |
If
OnlyAvailable is true, Amazon Route 53 returns only domain names that are
available. |
GetDomainSuggestionsRequest.Builder |
suggestionCount(Integer suggestionCount) |
The number of suggested domain names that you want Amazon Route 53 to return.
|
copyapply, buildGetDomainSuggestionsRequest.Builder domainName(String domainName)
A domain name that you want to use as the basis for a list of possible domain names. The domain name must contain a top-level domain (TLD), such as .com, that Amazon Route 53 supports. For a list of TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
domainName - A domain name that you want to use as the basis for a list of possible domain names. The domain name
must contain a top-level domain (TLD), such as .com, that Amazon Route 53 supports. For a list of
TLDs, see Domains that
You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.GetDomainSuggestionsRequest.Builder suggestionCount(Integer suggestionCount)
The number of suggested domain names that you want Amazon Route 53 to return.
suggestionCount - The number of suggested domain names that you want Amazon Route 53 to return.GetDomainSuggestionsRequest.Builder onlyAvailable(Boolean onlyAvailable)
If OnlyAvailable is true, Amazon Route 53 returns only domain names that are
available. If OnlyAvailable is false, Amazon Route 53 returns domain names without
checking whether they're available to be registered. To determine whether the domain is available, you can
call checkDomainAvailability for each suggestion.
onlyAvailable - If OnlyAvailable is true, Amazon Route 53 returns only domain names that are
available. If OnlyAvailable is false, Amazon Route 53 returns domain names
without checking whether they're available to be registered. To determine whether the domain is
available, you can call checkDomainAvailability for each suggestion.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.