public static interface CheckDomainTransferabilityRequest.Builder extends Route53DomainsRequest.Builder, CopyableBuilder<CheckDomainTransferabilityRequest.Builder,CheckDomainTransferabilityRequest>
Modifier and Type | Method and Description |
---|---|
CheckDomainTransferabilityRequest.Builder |
authCode(String authCode)
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the
code that you got from the current registrar for the domain.
|
CheckDomainTransferabilityRequest.Builder |
domainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
|
CheckDomainTransferabilityRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CheckDomainTransferabilityRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
CheckDomainTransferabilityRequest.Builder domainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
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 transfer to Amazon Route 53.
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.
CheckDomainTransferabilityRequest.Builder authCode(String authCode)
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.
authCode
- If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain,
the code that you got from the current registrar for the domain.CheckDomainTransferabilityRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CheckDomainTransferabilityRequest.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.