Interface ResourceRecord.Builder

  • Method Details

    • name

      The name of the record.

      Parameters:
      name - The name of the record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The DNS record type.

      Parameters:
      type - The DNS record type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value for the DNS record.

      Parameters:
      value - The value for the DNS record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.