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