Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.MutualAuthentication.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of MutualAuthentication.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionstatic MutualAuthentication.Builder
MutualAuthentication.builder()
MutualAuthentication.Builder.ignoreClientCertificateExpiry
(Boolean ignoreClientCertificateExpiry) Sets the value ofMutualAuthentication.getIgnoreClientCertificateExpiry()
MutualAuthentication.Builder.mutualAuthenticationMode
(MutualAuthenticationMode mutualAuthenticationMode) Sets the value ofMutualAuthentication.getMutualAuthenticationMode()
MutualAuthentication.Builder.trustStore
(ITrustStore trustStore) Sets the value ofMutualAuthentication.getTrustStore()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(MutualAuthentication.Builder builder) Constructor that initializes the object based on literal property values passed by theMutualAuthentication.Builder
.