Interface ResourceRecord.Builder

  • Method Details

    • name

      The name of the DNS record to create in your domain. This is supplied by ACM.

      Parameters:
      name - The name of the DNS record to create in your domain. This is supplied by ACM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of DNS record. Currently this can be CNAME.

      Parameters:
      type - The type of DNS record. Currently this can be CNAME.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of DNS record. Currently this can be CNAME.

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

      The value of the CNAME record to add to your DNS database. This is supplied by ACM.

      Parameters:
      value - The value of the CNAME record to add to your DNS database. This is supplied by ACM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.