Uses of Class
software.amazon.awscdk.services.route53.MxRecord.Builder
Packages that use MxRecord.Builder
-
Uses of MxRecord.Builder in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return MxRecord.BuilderModifier and TypeMethodDescriptionA comment to add on the record.static MxRecord.BuilderMxRecord.Builder.deleteExisting(Boolean deleteExisting) Whether to delete the same record set in the hosted zone if it already exists (dangerous!).MxRecord.Builder.geoLocation(GeoLocation geoLocation) The geographical origin for this record to return DNS records based on the user's location.MxRecord.Builder.recordName(String recordName) The subdomain name for this record.The resource record cache time to live (TTL).MxRecord.Builder.values(List<? extends MxRecordValue> values) The values.MxRecord.Builder.zone(IHostedZone zone) The hosted zone in which to define the new record.