Uses of Class
software.amazon.awscdk.services.route53.MxRecordProps.Builder
-
Uses of MxRecordProps.Builder in software.amazon.awscdk.services.route53
Modifier and TypeMethodDescriptionstatic MxRecordProps.Builder
MxRecordProps.builder()
Sets the value ofRecordSetOptions.getComment()
MxRecordProps.Builder.recordName
(String recordName) Sets the value ofRecordSetOptions.getRecordName()
Sets the value ofRecordSetOptions.getTtl()
MxRecordProps.Builder.values
(List<? extends MxRecordValue> values) Sets the value ofMxRecordProps.getValues()
MxRecordProps.Builder.zone
(IHostedZone zone) Sets the value ofRecordSetOptions.getZone()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(MxRecordProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMxRecordProps.Builder
.