public static interface CheckDomainAvailabilityRequest.Builder extends Route53DomainsRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CheckDomainAvailabilityRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
CheckDomainAvailabilityRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CheckDomainAvailabilityRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.