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