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