Interface ResourceRecord.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceRecord.Builder,ResourceRecord>, SdkBuilder<ResourceRecord.Builder,ResourceRecord>, SdkPojo
Enclosing class:
ResourceRecord

public static interface ResourceRecord.Builder extends SdkPojo, CopyableBuilder<ResourceRecord.Builder,ResourceRecord>
  • 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.