CopyableBuilder<CheckDomainAvailabilityRequest.Builder,CheckDomainAvailabilityRequest>
, SdkBuilder<CheckDomainAvailabilityRequest.Builder,CheckDomainAvailabilityRequest>
public static interface CheckDomainAvailabilityRequest.Builder extends CopyableBuilder<CheckDomainAvailabilityRequest.Builder,CheckDomainAvailabilityRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.