Interface ResourceRecord.Builder

    • Method Detail

      • name

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

        ResourceRecord.Builder type​(String 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:
        RecordType, RecordType
      • type

        ResourceRecord.Builder type​(RecordType 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:
        RecordType, RecordType
      • value

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