Interface RegisterDomainRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<RegisterDomainRequest.Builder,RegisterDomainRequest>, Route53DomainsRequest.Builder, SdkBuilder<RegisterDomainRequest.Builder,RegisterDomainRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
RegisterDomainRequest

public static interface RegisterDomainRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<RegisterDomainRequest.Builder,RegisterDomainRequest>
  • Method Details

    • domainName

      RegisterDomainRequest.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.

      Parameters:
      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.

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

      RegisterDomainRequest.Builder idnLangCode(String idnLangCode)

      Reserved for future use.

      Parameters:
      idnLangCode - Reserved for future use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • durationInYears

      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

      Parameters:
      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

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

      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

      Parameters:
      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

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

      RegisterDomainRequest.Builder adminContact(ContactDetail adminContact)

      Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .

      Parameters:
      adminContact - Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adminContact

      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 the ContactDetail.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).

      Parameters:
      adminContact - a consumer that will call methods on ContactDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • registrantContact

      RegisterDomainRequest.Builder registrantContact(ContactDetail registrantContact)

      Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .

      Parameters:
      registrantContact - Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrantContact

      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 the ContactDetail.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).

      Parameters:
      registrantContact - a consumer that will call methods on ContactDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • techContact

      RegisterDomainRequest.Builder techContact(ContactDetail techContact)

      Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .

      Parameters:
      techContact - Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • techContact

      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 the ContactDetail.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).

      Parameters:
      techContact - a consumer that will call methods on ContactDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • privacyProtectAdminContact

      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 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.

      Default: true

      Parameters:
      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 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.

      Default: true

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

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

      Default: true

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

      Default: true

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

      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 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.

      Default: true

      Parameters:
      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 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.

      Default: true

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

      RegisterDomainRequest.Builder billingContact(ContactDetail billingContact)

      Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail .

      Parameters:
      billingContact - Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • billingContact

      default RegisterDomainRequest.Builder billingContact(Consumer<ContactDetail.Builder> billingContact)

      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 the ContactDetail.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 billingContact(ContactDetail).

      Parameters:
      billingContact - a consumer that will call methods on ContactDetail.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • privacyProtectBillingContact

      RegisterDomainRequest.Builder privacyProtectBillingContact(Boolean privacyProtectBillingContact)

      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:
      privacyProtectBillingContact - 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

      RegisterDomainRequest.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.