Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnDomainNameProps.Builder
Packages that use CfnDomainNameProps.Builder
-
Uses of CfnDomainNameProps.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return CfnDomainNameProps.BuilderModifier and TypeMethodDescriptionstatic CfnDomainNameProps.BuilderCfnDomainNameProps.builder()CfnDomainNameProps.Builder.domainName(String domainName) Sets the value ofCfnDomainNameProps.getDomainName()CfnDomainNameProps.Builder.domainNameConfigurations(List<? extends Object> domainNameConfigurations) Sets the value ofCfnDomainNameProps.getDomainNameConfigurations()CfnDomainNameProps.Builder.domainNameConfigurations(IResolvable domainNameConfigurations) Sets the value ofCfnDomainNameProps.getDomainNameConfigurations()CfnDomainNameProps.Builder.mutualTlsAuthentication(IResolvable mutualTlsAuthentication) Sets the value ofCfnDomainNameProps.getMutualTlsAuthentication()CfnDomainNameProps.Builder.mutualTlsAuthentication(CfnDomainName.MutualTlsAuthenticationProperty mutualTlsAuthentication) Sets the value ofCfnDomainNameProps.getMutualTlsAuthentication()CfnDomainNameProps.Builder.routingMode(String routingMode) Sets the value ofCfnDomainNameProps.getRoutingMode()Sets the value ofCfnDomainNameProps.getTags()Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type CfnDomainNameProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnDomainNameProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainNameProps.Builder.