public static interface CheckDomainAvailabilityRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<CheckDomainAvailabilityRequest.Builder,CheckDomainAvailabilityRequest>
| Modifier and Type | Method and Description |
|---|---|
CheckDomainAvailabilityRequest.Builder |
domainName(String domainName)
The name of the domain that you want to get availability for.
|
CheckDomainAvailabilityRequest.Builder |
idnLangCode(String idnLangCode)
Reserved for future use.
|
CheckDomainAvailabilityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CheckDomainAvailabilityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildCheckDomainAvailabilityRequest.Builder domainName(String domainName)
The name of the domain that you want to get availability for.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
domainName - The name of the domain that you want to get availability for.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
CheckDomainAvailabilityRequest.Builder idnLangCode(String idnLangCode)
Reserved for future use.
idnLangCode - Reserved for future use.CheckDomainAvailabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CheckDomainAvailabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.