public static interface SOARecord.Builder extends SdkPojo, CopyableBuilder<SOARecord.Builder,SOARecord>
| Modifier and Type | Method and Description |
|---|---|
SOARecord.Builder |
adminEmail(String adminEmail)
Administrative contact email from the SOA record.
|
SOARecord.Builder |
primaryNameServer(String primaryNameServer)
Primary name server specified in the SOA record.
|
SOARecord.Builder |
serialNumber(Long serialNumber)
Serial number from the SOA record.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSOARecord.Builder primaryNameServer(String primaryNameServer)
Primary name server specified in the SOA record.
primaryNameServer - Primary name server specified in the SOA record.SOARecord.Builder adminEmail(String adminEmail)
Administrative contact email from the SOA record.
adminEmail - Administrative contact email from the SOA record.SOARecord.Builder serialNumber(Long serialNumber)
Serial number from the SOA record.
serialNumber - Serial number from the SOA record.Copyright © 2023. All rights reserved.