Uses of Class
software.amazon.awscdk.services.route53.SvcbRecordProps.Builder
Packages that use SvcbRecordProps.Builder
-
Uses of SvcbRecordProps.Builder in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return SvcbRecordProps.BuilderModifier and TypeMethodDescriptionstatic SvcbRecordProps.BuilderSvcbRecordProps.builder()SvcbRecordProps.Builder.cidrRoutingConfig(CidrRoutingConfig cidrRoutingConfig) Sets the value ofRecordSetOptions.getCidrRoutingConfig()Sets the value ofRecordSetOptions.getComment()SvcbRecordProps.Builder.deleteExisting(Boolean deleteExisting) Deprecated.This property is dangerous and can lead to unintended record deletion in case of deployment failure.SvcbRecordProps.Builder.geoLocation(GeoLocation geoLocation) Sets the value ofRecordSetOptions.getGeoLocation()SvcbRecordProps.Builder.healthCheck(IHealthCheck healthCheck) Sets the value ofRecordSetOptions.getHealthCheck()SvcbRecordProps.Builder.multiValueAnswer(Boolean multiValueAnswer) Sets the value ofRecordSetOptions.getMultiValueAnswer()SvcbRecordProps.Builder.recordName(String recordName) Sets the value ofRecordSetOptions.getRecordName()Sets the value ofRecordSetOptions.getRegion()SvcbRecordProps.Builder.setIdentifier(String setIdentifier) Sets the value ofRecordSetOptions.getSetIdentifier()Sets the value ofRecordSetOptions.getTtl()SvcbRecordProps.Builder.values(List<? extends SvcbRecordValue> values) Sets the value ofSvcbRecordProps.getValues()Sets the value ofRecordSetOptions.getWeight()SvcbRecordProps.Builder.zone(IHostedZone zone) Sets the value ofRecordSetOptions.getZone()Constructors in software.amazon.awscdk.services.route53 with parameters of type SvcbRecordProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(SvcbRecordProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSvcbRecordProps.Builder.