Interface DomainSummary.Builder

  • Method Details

    • domainName

      DomainSummary.Builder domainName(String domainName)

      The name of the domain that the summary information applies to.

      Parameters:
      domainName - The name of the domain that the summary information applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoRenew

      DomainSummary.Builder autoRenew(Boolean autoRenew)

      Indicates whether the domain is automatically renewed upon expiration.

      Parameters:
      autoRenew - Indicates whether the domain is automatically renewed upon expiration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transferLock

      DomainSummary.Builder transferLock(Boolean transferLock)

      Indicates whether a domain is locked from unauthorized transfer to another party.

      Parameters:
      transferLock - Indicates whether a domain is locked from unauthorized transfer to another party.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiry

      Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

      Parameters:
      expiry - Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.