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