Interface UpdateDomainContactPrivacyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDomainContactPrivacyRequest.Builder,
,UpdateDomainContactPrivacyRequest> Route53DomainsRequest.Builder
,SdkBuilder<UpdateDomainContactPrivacyRequest.Builder,
,UpdateDomainContactPrivacyRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDomainContactPrivacyRequest
-
Method Summary
Modifier and TypeMethodDescriptionadminPrivacy
(Boolean adminPrivacy) Whether you want to conceal contact information from WHOIS queries.billingPrivacy
(Boolean billingPrivacy) Whether you want to conceal contact information from WHOIS queries.domainName
(String domainName) The name of the domain that you want to update the privacy setting for.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.registrantPrivacy
(Boolean registrantPrivacy) Whether you want to conceal contact information from WHOIS queries.techPrivacy
(Boolean techPrivacy) Whether you want to conceal contact information from WHOIS queries.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53domains.model.Route53DomainsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The name of the domain that you want to update the privacy setting for.
- Parameters:
domainName
- The name of the domain that you want to update the privacy setting for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the admin contact.You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Parameters:
adminPrivacy
- Whether you want to conceal contact information from WHOIS queries. If you specifytrue
, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the admin contact.You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the registrant contact (domain owner).You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Parameters:
registrantPrivacy
- Whether you want to conceal contact information from WHOIS queries. If you specifytrue
, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the registrant contact (domain owner).You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the technical contact.You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Parameters:
techPrivacy
- Whether you want to conceal contact information from WHOIS queries. If you specifytrue
, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the technical contact.You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
billingPrivacy
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 or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the billing contact.You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Parameters:
billingPrivacy
- Whether you want to conceal contact information from WHOIS queries. If you specifytrue
, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If you specifyfalse
, WHOIS queries return the information that you entered for the billing contact.You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDomainContactPrivacyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDomainContactPrivacyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-