Uses of Class
software.amazon.awscdk.services.apigateway.CfnDomainNameV2Props.Builder
Packages that use CfnDomainNameV2Props.Builder
-
Uses of CfnDomainNameV2Props.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CfnDomainNameV2Props.BuilderModifier and TypeMethodDescriptionstatic CfnDomainNameV2Props.Builder
CfnDomainNameV2Props.builder()
CfnDomainNameV2Props.Builder.certificateArn
(String certificateArn) Sets the value ofCfnDomainNameV2Props.getCertificateArn()
CfnDomainNameV2Props.Builder.domainName
(String domainName) Sets the value ofCfnDomainNameV2Props.getDomainName()
CfnDomainNameV2Props.Builder.endpointConfiguration
(IResolvable endpointConfiguration) Sets the value ofCfnDomainNameV2Props.getEndpointConfiguration()
CfnDomainNameV2Props.Builder.endpointConfiguration
(CfnDomainNameV2.EndpointConfigurationProperty endpointConfiguration) Sets the value ofCfnDomainNameV2Props.getEndpointConfiguration()
Sets the value ofCfnDomainNameV2Props.getPolicy()
CfnDomainNameV2Props.Builder.routingMode
(String routingMode) Sets the value ofCfnDomainNameV2Props.getRoutingMode()
CfnDomainNameV2Props.Builder.securityPolicy
(String securityPolicy) Sets the value ofCfnDomainNameV2Props.getSecurityPolicy()
Sets the value ofCfnDomainNameV2Props.getTags()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type CfnDomainNameV2Props.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDomainNameV2Props.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainNameV2Props.Builder
.