public static interface UpdateDomainContactPrivacyRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainContactPrivacyRequest.Builder,UpdateDomainContactPrivacyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainContactPrivacyRequest.Builder |
adminPrivacy(Boolean adminPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
UpdateDomainContactPrivacyRequest.Builder |
domainName(String domainName)
The name of the domain that you want to update the privacy setting for.
|
UpdateDomainContactPrivacyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDomainContactPrivacyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDomainContactPrivacyRequest.Builder |
registrantPrivacy(Boolean registrantPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
UpdateDomainContactPrivacyRequest.Builder |
techPrivacy(Boolean techPrivacy)
Whether you want to conceal contact information from WHOIS queries.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainContactPrivacyRequest.Builder domainName(String domainName)
The name of the domain that you want to update the privacy setting for.
domainName - The name of the domain that you want to update the privacy setting for.UpdateDomainContactPrivacyRequest.Builder adminPrivacy(Boolean adminPrivacy)
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.
adminPrivacy - 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.
UpdateDomainContactPrivacyRequest.Builder registrantPrivacy(Boolean registrantPrivacy)
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.
registrantPrivacy - 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.
UpdateDomainContactPrivacyRequest.Builder techPrivacy(Boolean techPrivacy)
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.
techPrivacy - 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.
UpdateDomainContactPrivacyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDomainContactPrivacyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.