Interface SOARecord.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SOARecord.Builder,SOARecord>,SdkBuilder<SOARecord.Builder,SOARecord>,SdkPojo
- Enclosing class:
- SOARecord
@Mutable @NotThreadSafe public static interface SOARecord.Builder extends SdkPojo, CopyableBuilder<SOARecord.Builder,SOARecord>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOARecord.BuilderadminEmail(String adminEmail)Administrative contact email from the SOA record.SOARecord.BuilderprimaryNameServer(String primaryNameServer)Primary name server specified in the SOA record.SOARecord.BuilderserialNumber(Long serialNumber)Serial number from the SOA record.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
primaryNameServer
SOARecord.Builder primaryNameServer(String primaryNameServer)
Primary name server specified in the SOA record.
- Parameters:
primaryNameServer- Primary name server specified in the SOA record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminEmail
SOARecord.Builder adminEmail(String adminEmail)
Administrative contact email from the SOA record.
- Parameters:
adminEmail- Administrative contact email from the SOA record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serialNumber
SOARecord.Builder serialNumber(Long serialNumber)
Serial number from the SOA record.
- Parameters:
serialNumber- Serial number from the SOA record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-