public static interface RegisterDomainRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<RegisterDomainRequest.Builder,RegisterDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
default RegisterDomainRequest.Builder |
adminContact(Consumer<ContactDetail.Builder> adminContact)
Provides detailed contact information.
|
RegisterDomainRequest.Builder |
adminContact(ContactDetail adminContact)
Provides detailed contact information.
|
RegisterDomainRequest.Builder |
autoRenew(Boolean autoRenew)
Indicates whether the domain will be automatically renewed (
true) or not (false). |
RegisterDomainRequest.Builder |
domainName(String domainName)
The domain name that you want to register.
|
RegisterDomainRequest.Builder |
durationInYears(Integer durationInYears)
The number of years that you want to register the domain for.
|
RegisterDomainRequest.Builder |
idnLangCode(String idnLangCode)
Reserved for future use.
|
RegisterDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterDomainRequest.Builder |
privacyProtectAdminContact(Boolean privacyProtectAdminContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest.Builder |
privacyProtectRegistrantContact(Boolean privacyProtectRegistrantContact)
Whether you want to conceal contact information from WHOIS queries.
|
RegisterDomainRequest.Builder |
privacyProtectTechContact(Boolean privacyProtectTechContact)
Whether you want to conceal contact information from WHOIS queries.
|
default RegisterDomainRequest.Builder |
registrantContact(Consumer<ContactDetail.Builder> registrantContact)
Provides detailed contact information.
|
RegisterDomainRequest.Builder |
registrantContact(ContactDetail registrantContact)
Provides detailed contact information.
|
default RegisterDomainRequest.Builder |
techContact(Consumer<ContactDetail.Builder> techContact)
Provides detailed contact information.
|
RegisterDomainRequest.Builder |
techContact(ContactDetail techContact)
Provides detailed contact information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterDomainRequest.Builder domainName(String domainName)
The domain name that you want to register. 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.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
domainName - The domain name that you want to register. 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.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
RegisterDomainRequest.Builder idnLangCode(String idnLangCode)
Reserved for future use.
idnLangCode - Reserved for future use.RegisterDomainRequest.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. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
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. For the range of valid values for your
domain, see Domains that
You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Default: 1
RegisterDomainRequest.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
RegisterDomainRequest.Builder adminContact(ContactDetail adminContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .
adminContact - Provides detailed contact information. For information about the values that you specify for each
element, see ContactDetail.default RegisterDomainRequest.Builder adminContact(Consumer<ContactDetail.Builder> adminContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .
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)RegisterDomainRequest.Builder registrantContact(ContactDetail registrantContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .
registrantContact - Provides detailed contact information. For information about the values that you specify for each
element, see ContactDetail.default RegisterDomainRequest.Builder registrantContact(Consumer<ContactDetail.Builder> registrantContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .
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)RegisterDomainRequest.Builder techContact(ContactDetail techContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .
techContact - Provides detailed contact information. For information about the values that you specify for each
element, see ContactDetail.default RegisterDomainRequest.Builder techContact(Consumer<ContactDetail.Builder> techContact)
Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .
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)RegisterDomainRequest.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 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 admin contact.
You must specify the same privacy setting for the administrative, registrant, and technical 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 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 admin contact.
You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Default: true
RegisterDomainRequest.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 (the 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
(the domain owner). You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Default: true
RegisterDomainRequest.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
RegisterDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.