public static interface DnsRecord.Builder extends SdkPojo, CopyableBuilder<DnsRecord.Builder,DnsRecord>
| Modifier and Type | Method and Description |
|---|---|
DnsRecord.Builder |
hostname(String hostname)
The DNS hostname.- For example,
domain.example.com. |
DnsRecord.Builder |
type(String type)
The RFC 1035 record type.
|
DnsRecord.Builder |
value(String value)
The value returned by the DNS for a query to that hostname and record type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsRecord.Builder type(String type)
The RFC 1035 record type. Possible values: CNAME, A, MX.
type - The RFC 1035 record type. Possible values: CNAME, A, MX.DnsRecord.Builder hostname(String hostname)
The DNS hostname.- For example, domain.example.com.
hostname - The DNS hostname.- For example, domain.example.com.DnsRecord.Builder value(String value)
The value returned by the DNS for a query to that hostname and record type.
value - The value returned by the DNS for a query to that hostname and record type.Copyright © 2021. All rights reserved.