Interface ResourceRecord.Builder

    • Method Detail

      • name

        ResourceRecord.Builder name​(String 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

        ResourceRecord.Builder type​(String 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

        ResourceRecord.Builder value​(String 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.