Uses of Class
software.amazon.awscdk.services.sam.CfnHttpApi.HttpApiDomainConfigurationProperty.Builder
Packages that use CfnHttpApi.HttpApiDomainConfigurationProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApi.HttpApiDomainConfigurationProperty.Builder in software.amazon.awscdk.services.sam
Methods in software.amazon.awscdk.services.sam that return CfnHttpApi.HttpApiDomainConfigurationProperty.BuilderModifier and TypeMethodDescriptionSets the value ofCfnHttpApi.HttpApiDomainConfigurationProperty.getBasePath()
CfnHttpApi.HttpApiDomainConfigurationProperty.builder()
CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.certificateArn
(String certificateArn) Sets the value ofCfnHttpApi.HttpApiDomainConfigurationProperty.getCertificateArn()
CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.domainName
(String domainName) Sets the value ofCfnHttpApi.HttpApiDomainConfigurationProperty.getDomainName()
CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.endpointConfiguration
(String endpointConfiguration) Sets the value ofCfnHttpApi.HttpApiDomainConfigurationProperty.getEndpointConfiguration()
CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.mutualTlsAuthentication
(IResolvable mutualTlsAuthentication) CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.mutualTlsAuthentication
(CfnHttpApi.MutualTlsAuthenticationProperty mutualTlsAuthentication) CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.route53
(IResolvable route53) Sets the value ofCfnHttpApi.HttpApiDomainConfigurationProperty.getRoute53()
CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.route53
(CfnHttpApi.Route53ConfigurationProperty route53) Sets the value ofCfnHttpApi.HttpApiDomainConfigurationProperty.getRoute53()
CfnHttpApi.HttpApiDomainConfigurationProperty.Builder.securityPolicy
(String securityPolicy) Sets the value ofCfnHttpApi.HttpApiDomainConfigurationProperty.getSecurityPolicy()
Constructors in software.amazon.awscdk.services.sam with parameters of type CfnHttpApi.HttpApiDomainConfigurationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHttpApi.HttpApiDomainConfigurationProperty.Builder
.