Interface TransferDomainRequest.Builder

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

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

    • domainName

      TransferDomainRequest.Builder domainName(String domainName)

      The name of the domain that you want to transfer to Route 53. 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.

      Parameters:
      domainName - The name of the domain that you want to transfer to Route 53. 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.

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

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

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

      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.

      Default: 1

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

      Contains details for the host and glue IP addresses.

      Parameters:
      nameservers - Contains details for the host and glue IP addresses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nameservers

      TransferDomainRequest.Builder nameservers(Nameserver... nameservers)

      Contains details for the host and glue IP addresses.

      Parameters:
      nameservers - Contains details for the host and glue IP addresses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nameservers

      Contains details for the host and glue IP addresses.

      This is a convenience method that creates an instance of the Nameserver.Builder avoiding the need to create one manually via Nameserver.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to nameservers(List<Nameserver>).

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

      The authorization code for the domain. You get this value from the current registrar.

      Parameters:
      authCode - The authorization code for the domain. You get this value from the current registrar.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoRenew

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

      TransferDomainRequest.Builder adminContact(ContactDetail adminContact)

      Provides detailed contact information.

      Parameters:
      adminContact - Provides detailed contact information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adminContact

      default TransferDomainRequest.Builder adminContact(Consumer<ContactDetail.Builder> adminContact)

      Provides detailed contact information.

      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

      TransferDomainRequest.Builder registrantContact(ContactDetail registrantContact)

      Provides detailed contact information.

      Parameters:
      registrantContact - Provides detailed contact information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrantContact

      default TransferDomainRequest.Builder registrantContact(Consumer<ContactDetail.Builder> registrantContact)

      Provides detailed contact information.

      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

      TransferDomainRequest.Builder techContact(ContactDetail techContact)

      Provides detailed contact information.

      Parameters:
      techContact - Provides detailed contact information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • techContact

      default TransferDomainRequest.Builder techContact(Consumer<ContactDetail.Builder> techContact)

      Provides detailed contact information.

      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

      TransferDomainRequest.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 for the registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner.".

      While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all 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 for the registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner.".

      While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.

      Default: true

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

      TransferDomainRequest.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 (domain owner).

      You must specify the same privacy setting for the administrative, 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 (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.

      Default: true

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

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

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

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

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