Uses of Class
software.amazon.awscdk.services.sam.CfnHttpApi.Route53ConfigurationProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApi.Route53ConfigurationProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnHttpApi.Route53ConfigurationProperty.builder()
CfnHttpApi.Route53ConfigurationProperty.Builder.distributedDomainName
(String distributedDomainName) Sets the value ofCfnHttpApi.Route53ConfigurationProperty.getDistributedDomainName()
CfnHttpApi.Route53ConfigurationProperty.Builder.evaluateTargetHealth
(Boolean evaluateTargetHealth) Sets the value ofCfnHttpApi.Route53ConfigurationProperty.getEvaluateTargetHealth()
CfnHttpApi.Route53ConfigurationProperty.Builder.evaluateTargetHealth
(IResolvable evaluateTargetHealth) Sets the value ofCfnHttpApi.Route53ConfigurationProperty.getEvaluateTargetHealth()
CfnHttpApi.Route53ConfigurationProperty.Builder.hostedZoneId
(String hostedZoneId) Sets the value ofCfnHttpApi.Route53ConfigurationProperty.getHostedZoneId()
CfnHttpApi.Route53ConfigurationProperty.Builder.hostedZoneName
(String hostedZoneName) Sets the value ofCfnHttpApi.Route53ConfigurationProperty.getHostedZoneName()
Sets the value ofCfnHttpApi.Route53ConfigurationProperty.getIpV6()
CfnHttpApi.Route53ConfigurationProperty.Builder.ipV6
(IResolvable ipV6) Sets the value ofCfnHttpApi.Route53ConfigurationProperty.getIpV6()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHttpApi.Route53ConfigurationProperty.Builder
.