Uses of Class
software.amazon.awscdk.services.route53.ZoneDelegationRecordProps.Builder
Packages that use ZoneDelegationRecordProps.Builder
-
Uses of ZoneDelegationRecordProps.Builder in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return ZoneDelegationRecordProps.BuilderModifier and TypeMethodDescriptionZoneDelegationRecordProps.builder()ZoneDelegationRecordProps.Builder.cidrRoutingConfig(CidrRoutingConfig cidrRoutingConfig) Sets the value ofRecordSetOptions.getCidrRoutingConfig()Sets the value ofRecordSetOptions.getComment()ZoneDelegationRecordProps.Builder.deleteExisting(Boolean deleteExisting) Deprecated.This property is dangerous and can lead to unintended record deletion in case of deployment failure.ZoneDelegationRecordProps.Builder.geoLocation(GeoLocation geoLocation) Sets the value ofRecordSetOptions.getGeoLocation()ZoneDelegationRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()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()Constructors in software.amazon.awscdk.services.route53 with parameters of type ZoneDelegationRecordProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theZoneDelegationRecordProps.Builder.