public static interface TransferDomainRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<TransferDomainRequest.Builder,TransferDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
default TransferDomainRequest.Builder |
adminContact(Consumer<ContactDetail.Builder> adminContact)
Provides detailed contact information.
|
TransferDomainRequest.Builder |
adminContact(ContactDetail adminContact)
Provides detailed contact information.
|
TransferDomainRequest.Builder |
authCode(String authCode)
The authorization code for the domain.
|
TransferDomainRequest.Builder |
autoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true) or not (false).
|
TransferDomainRequest.Builder |
domainName(String domainName)
The name of the domain that you want to transfer to Route 53.
|
TransferDomainRequest.Builder |
durationInYears(Integer durationInYears)
The number of years that you want to register the domain for.
|
TransferDomainRequest.Builder |
idnLangCode(String idnLangCode)
Reserved for future use.
|
TransferDomainRequest.Builder |
nameservers(Collection<Nameserver> nameservers)
Contains details for the host and glue IP addresses.
|
TransferDomainRequest.Builder |
nameservers(Consumer<Nameserver.Builder>... nameservers)
Contains details for the host and glue IP addresses.
|
TransferDomainRequest.Builder |
nameservers(Nameserver... nameservers)
Contains details for the host and glue IP addresses.
|
TransferDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TransferDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TransferDomainRequest.Builder |
privacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries.
|
TransferDomainRequest.Builder |
privacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries.
|
TransferDomainRequest.Builder |
privacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries.
|
default TransferDomainRequest.Builder |
registrantContact(Consumer<ContactDetail.Builder> registrantContact)
Provides detailed contact information.
|
TransferDomainRequest.Builder |
registrantContact(ContactDetail registrantContact)
Provides detailed contact information.
|
default TransferDomainRequest.Builder |
techContact(Consumer<ContactDetail.Builder> techContact)
Provides detailed contact information.
|
TransferDomainRequest.Builder |
techContact(ContactDetail techContact)
Provides detailed contact information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTransferDomainRequest.Builder domainName(String domainName)
The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the . in example.com.
domainName - The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as
.com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that
You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the . in example.com.
TransferDomainRequest.Builder idnLangCode(String idnLangCode)
Reserved for future use.
idnLangCode - Reserved for future use.TransferDomainRequest.Builder durationInYears(Integer durationInYears)
The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Default: 1
durationInYears - The number of years that you want to register the domain for. Domains are registered for a minimum of
one year. The maximum period depends on the top-level domain.
Default: 1
TransferDomainRequest.Builder nameservers(Collection<Nameserver> nameservers)
Contains details for the host and glue IP addresses.
nameservers - Contains details for the host and glue IP addresses.TransferDomainRequest.Builder nameservers(Nameserver... nameservers)
Contains details for the host and glue IP addresses.
nameservers - Contains details for the host and glue IP addresses.TransferDomainRequest.Builder nameservers(Consumer<Nameserver.Builder>... nameservers)
Contains details for the host and glue IP addresses.
This is a convenience method that creates an instance of theNameserver.Builder avoiding the need to create
one manually via Nameserver.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #nameservers(List.
nameservers - a consumer that will call methods on
Nameserver.Builder#nameservers(java.util.Collection) TransferDomainRequest.Builder authCode(String authCode)
The authorization code for the domain. You get this value from the current registrar.
authCode - The authorization code for the domain. You get this value from the current registrar.TransferDomainRequest.Builder autoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal only takes effect after the account is charged.
Default: true
autoRenew - Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal only
takes effect after the account is charged.
Default: true
TransferDomainRequest.Builder adminContact(ContactDetail adminContact)
Provides detailed contact information.
adminContact - Provides detailed contact information.default TransferDomainRequest.Builder adminContact(Consumer<ContactDetail.Builder> adminContact)
Provides detailed contact information.
This is a convenience method that creates an instance of theContactDetail.Builder avoiding the need
to create one manually via ContactDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to adminContact(ContactDetail).
adminContact - a consumer that will call methods on ContactDetail.BuilderadminContact(ContactDetail)TransferDomainRequest.Builder registrantContact(ContactDetail registrantContact)
Provides detailed contact information.
registrantContact - Provides detailed contact information.default TransferDomainRequest.Builder registrantContact(Consumer<ContactDetail.Builder> registrantContact)
Provides detailed contact information.
This is a convenience method that creates an instance of theContactDetail.Builder avoiding the need
to create one manually via ContactDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to registrantContact(ContactDetail).
registrantContact - a consumer that will call methods on ContactDetail.BuilderregistrantContact(ContactDetail)TransferDomainRequest.Builder techContact(ContactDetail techContact)
Provides detailed contact information.
techContact - Provides detailed contact information.default TransferDomainRequest.Builder techContact(Consumer<ContactDetail.Builder> techContact)
Provides detailed contact information.
This is a convenience method that creates an instance of theContactDetail.Builder avoiding the need
to create one manually via ContactDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to techContact(ContactDetail).
techContact - a consumer that will call methods on ContactDetail.BuildertechContact(ContactDetail)TransferDomainRequest.Builder privacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS
("who is") queries return contact information for the registrar, the phrase "REDACTED FOR PRIVACY", or
"On behalf of <domain name> owner.".
While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.
Default: true
privacyProtectAdminContact - Whether you want to conceal contact information from WHOIS queries. If you specify true,
WHOIS ("who is") queries return contact information for the registrar, the phrase
"REDACTED FOR PRIVACY", or "On behalf of <domain name> owner.". While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.
Default: true
TransferDomainRequest.Builder privacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS
("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains)
or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries
return the information that you entered for the registrant contact (domain owner).
You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Default: true
privacyProtectRegistrantContact - Whether you want to conceal contact information from WHOIS queries. If you specify true,
WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and
.org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify
false, WHOIS queries return the information that you entered for the registrant contact
(domain owner). You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Default: true
TransferDomainRequest.Builder privacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS
("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains)
or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries
return the information that you entered for the technical contact.
You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Default: true
privacyProtectTechContact - Whether you want to conceal contact information from WHOIS queries. If you specify true,
WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and
.org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify
false, WHOIS queries return the information that you entered for the technical
contact. You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Default: true
TransferDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTransferDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.