Interface UpdateDomainContactPrivacyRequest.Builder

  • 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 specify false, 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 specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. 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, billing, registrant, and technical contacts.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrantPrivacy

      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 or for our registrar associate, Gandi. 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, billing, registrant, and technical contacts.

      Parameters:
      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 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, 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 specify false, 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 specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. 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, billing, registrant, and technical contacts.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • billingPrivacy

      UpdateDomainContactPrivacyRequest.Builder billingPrivacy(Boolean 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 specify false, 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 specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar or for our registrar associate, Gandi. If you specify false, 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.