Uses of Class
software.amazon.awscdk.services.route53.AaaaRecordProps.Builder
-
Uses of AaaaRecordProps.Builder in software.amazon.awscdk.services.route53
Modifier and TypeMethodDescriptionstatic AaaaRecordProps.Builder
AaaaRecordProps.builder()
Sets the value ofRecordSetOptions.getComment()
AaaaRecordProps.Builder.deleteExisting
(Boolean deleteExisting) Sets the value ofRecordSetOptions.getDeleteExisting()
AaaaRecordProps.Builder.geoLocation
(GeoLocation geoLocation) Sets the value ofRecordSetOptions.getGeoLocation()
AaaaRecordProps.Builder.healthCheck
(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()
AaaaRecordProps.Builder.multiValueAnswer
(Boolean multiValueAnswer) Sets the value ofRecordSetOptions.getMultiValueAnswer()
AaaaRecordProps.Builder.recordName
(String recordName) Sets the value ofRecordSetOptions.getRecordName()
Sets the value ofRecordSetOptions.getRegion()
AaaaRecordProps.Builder.setIdentifier
(String setIdentifier) Sets the value ofRecordSetOptions.getSetIdentifier()
AaaaRecordProps.Builder.target
(RecordTarget target) Sets the value ofAaaaRecordProps.getTarget()
Sets the value ofRecordSetOptions.getTtl()
Sets the value ofRecordSetOptions.getWeight()
AaaaRecordProps.Builder.zone
(IHostedZone zone) Sets the value ofRecordSetOptions.getZone()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AaaaRecordProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAaaaRecordProps.Builder
.