Uses of Interface
software.amazon.awssdk.services.sesv2.model.SOARecord.Builder
Packages that use SOARecord.Builder
-
Uses of SOARecord.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SOARecord.BuilderModifier and TypeMethodDescriptionSOARecord.Builder.adminEmail(String adminEmail) Administrative contact email from the SOA record.static SOARecord.BuilderSOARecord.builder()SOARecord.Builder.primaryNameServer(String primaryNameServer) Primary name server specified in the SOA record.SOARecord.Builder.serialNumber(Long serialNumber) Serial number from the SOA record.SOARecord.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SOARecord.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SOARecord.Builder>SOARecord.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SOARecord.BuilderModifier and TypeMethodDescriptiondefault VerificationInfo.BuilderVerificationInfo.Builder.soaRecord(Consumer<SOARecord.Builder> soaRecord) An object that contains information about the start of authority (SOA) record associated with the identity.