Uses of Class
software.amazon.awscdk.services.route53.ARecordAttrs.Builder
Packages that use ARecordAttrs.Builder
-
Uses of ARecordAttrs.Builder in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return ARecordAttrs.BuilderModifier and TypeMethodDescriptionstatic ARecordAttrs.BuilderARecordAttrs.builder()ARecordAttrs.Builder.cidrRoutingConfig(CidrRoutingConfig cidrRoutingConfig) Sets the value ofRecordSetOptions.getCidrRoutingConfig()Sets the value ofRecordSetOptions.getComment()ARecordAttrs.Builder.deleteExisting(Boolean deleteExisting) Deprecated.This property is dangerous and can lead to unintended record deletion in case of deployment failure.ARecordAttrs.Builder.geoLocation(GeoLocation geoLocation) Sets the value ofRecordSetOptions.getGeoLocation()ARecordAttrs.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()ARecordAttrs.Builder.multiValueAnswer(Boolean multiValueAnswer) Sets the value ofRecordSetOptions.getMultiValueAnswer()ARecordAttrs.Builder.recordName(String recordName) Sets the value ofRecordSetOptions.getRecordName()Sets the value ofRecordSetOptions.getRegion()ARecordAttrs.Builder.setIdentifier(String setIdentifier) Sets the value ofRecordSetOptions.getSetIdentifier()Sets the value ofinvalid reference
ARecordAttrs#getTargetDnsSets the value ofRecordSetOptions.getTtl()Sets the value ofRecordSetOptions.getWeight()ARecordAttrs.Builder.zone(IHostedZone zone) Sets the value ofRecordSetOptions.getZone()Constructors in software.amazon.awscdk.services.route53 with parameters of type ARecordAttrs.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ARecordAttrs.Builder builder) Constructor that initializes the object based on literal property values passed by theARecordAttrs.Builder.