Uses of Class
software.amazon.awscdk.services.route53.ZoneDelegationRecordProps.Builder
-
Uses of ZoneDelegationRecordProps.Builder in software.amazon.awscdk.services.route53
Modifier and TypeMethodDescriptionZoneDelegationRecordProps.builder()
Sets the value ofRecordSetOptions.getComment()
ZoneDelegationRecordProps.Builder.deleteExisting
(Boolean deleteExisting) Sets the value ofRecordSetOptions.getDeleteExisting()
ZoneDelegationRecordProps.Builder.geoLocation
(GeoLocation geoLocation) Sets the value ofRecordSetOptions.getGeoLocation()
ZoneDelegationRecordProps.Builder.multiValueAnswer
(Boolean multiValueAnswer) Sets the value ofRecordSetOptions.getMultiValueAnswer()
ZoneDelegationRecordProps.Builder.nameServers
(List<String> nameServers) Sets the value ofZoneDelegationRecordProps.getNameServers()
ZoneDelegationRecordProps.Builder.recordName
(String recordName) Sets the value ofRecordSetOptions.getRecordName()
Sets the value ofRecordSetOptions.getRegion()
ZoneDelegationRecordProps.Builder.setIdentifier
(String setIdentifier) Sets the value ofRecordSetOptions.getSetIdentifier()
Sets the value ofRecordSetOptions.getTtl()
Sets the value ofRecordSetOptions.getWeight()
ZoneDelegationRecordProps.Builder.zone
(IHostedZone zone) Sets the value ofRecordSetOptions.getZone()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theZoneDelegationRecordProps.Builder
.