Uses of Class
software.amazon.awscdk.services.apigatewayv2.DomainNameProps.Builder
-
Uses of DomainNameProps.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionstatic DomainNameProps.Builder
DomainNameProps.builder()
DomainNameProps.Builder.certificate
(ICertificate certificate) Sets the value ofEndpointOptions.getCertificate()
DomainNameProps.Builder.certificateName
(String certificateName) Sets the value ofEndpointOptions.getCertificateName()
DomainNameProps.Builder.domainName
(String domainName) Sets the value ofDomainNameProps.getDomainName()
DomainNameProps.Builder.endpointType
(EndpointType endpointType) Sets the value ofEndpointOptions.getEndpointType()
DomainNameProps.Builder.mtls
(MTLSConfig mtls) Sets the value ofDomainNameProps.getMtls()
DomainNameProps.Builder.ownershipCertificate
(ICertificate ownershipCertificate) Sets the value ofEndpointOptions.getOwnershipCertificate()
DomainNameProps.Builder.securityPolicy
(SecurityPolicy securityPolicy) Sets the value ofEndpointOptions.getSecurityPolicy()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DomainNameProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDomainNameProps.Builder
.