public static interface GetDomainSuggestionsRequest.Builder extends Route53DomainsRequest.Builder, CopyableBuilder<GetDomainSuggestionsRequest.Builder,GetDomainSuggestionsRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDomainSuggestionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDomainSuggestionsRequest.Builder |
suggestionCount(Integer suggestionCount)
The number of suggested domain names that you want Amazon Route 53 to return.
|
buildrequestOverrideConfigcopyapply, 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.GetDomainSuggestionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDomainSuggestionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.