CopyableBuilder<TransferDomainRequest.Builder,TransferDomainRequest>
, SdkBuilder<TransferDomainRequest.Builder,TransferDomainRequest>
public static interface TransferDomainRequest.Builder extends CopyableBuilder<TransferDomainRequest.Builder,TransferDomainRequest>
Modifier and Type | Method | Description |
---|---|---|
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 Amazon 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(Nameserver... nameservers) |
Contains details for the host and glue IP addresses.
|
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.
|
TransferDomainRequest.Builder |
registrantContact(ContactDetail registrantContact) |
Provides detailed contact information.
|
TransferDomainRequest.Builder |
techContact(ContactDetail techContact) |
Provides detailed contact information.
|
copy
apply, build
TransferDomainRequest.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.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setNameservers(java.util.Collection)
or #withNameservers(java.util.Collection)
if you want
to override the existing values.
nameservers
- Contains details for the host and glue IP addresses.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). Autorenewal only takes effect after the account is charged.
Default: true
autoRenew
- Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only
takes effect after the account is charged.
Default: true
TransferDomainRequest.Builder adminContact(ContactDetail adminContact)
Provides detailed contact information.
adminContact
- Provides detailed contact information.TransferDomainRequest.Builder registrantContact(ContactDetail registrantContact)
Provides detailed contact information.
registrantContact
- Provides detailed contact information.TransferDomainRequest.Builder techContact(ContactDetail techContact)
Provides detailed contact information.
techContact
- Provides detailed contact information.TransferDomainRequest.Builder privacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
privacyProtectAdminContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
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 will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
privacyProtectRegistrantContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
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 will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
privacyProtectTechContact
- Whether you want to conceal contact information from WHOIS queries. If you specify true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of
the contact information that you enter.
Default: true
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.