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.Builder
ARecordAttrs.builder()
Sets the value ofRecordSetOptions.getComment()
ARecordAttrs.Builder.deleteExisting
(Boolean deleteExisting) Sets the value ofRecordSetOptions.getDeleteExisting()
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 @link
ARecordAttrs#getTargetDns
Sets 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.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ARecordAttrs.Builder builder) Constructor that initializes the object based on literal property values passed by theARecordAttrs.Builder
.