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