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