Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.actions.AuthenticateCognitoActionProps.Builder
Package
Description
Actions for AWS Elastic Load Balancing V2
-
Uses of AuthenticateCognitoActionProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Modifier and TypeMethodDescriptionAuthenticateCognitoActionProps.Builder.allowHttpsOutbound
(Boolean allowHttpsOutbound) Sets the value ofAuthenticateCognitoActionProps.getAllowHttpsOutbound()
AuthenticateCognitoActionProps.Builder.authenticationRequestExtraParams
(Map<String, String> authenticationRequestExtraParams) Sets the value ofAuthenticateCognitoActionProps.getAuthenticationRequestExtraParams()
AuthenticateCognitoActionProps.builder()
AuthenticateCognitoActionProps.Builder.next
(ListenerAction next) Sets the value ofAuthenticateCognitoActionProps.getNext()
AuthenticateCognitoActionProps.Builder.onUnauthenticatedRequest
(UnauthenticatedAction onUnauthenticatedRequest) Sets the value ofAuthenticateCognitoActionProps.getOnUnauthenticatedRequest()
Sets the value ofAuthenticateCognitoActionProps.getScope()
AuthenticateCognitoActionProps.Builder.sessionCookieName
(String sessionCookieName) Sets the value ofAuthenticateCognitoActionProps.getSessionCookieName()
AuthenticateCognitoActionProps.Builder.sessionTimeout
(Duration sessionTimeout) Sets the value ofAuthenticateCognitoActionProps.getSessionTimeout()
Sets the value ofAuthenticateCognitoActionProps.getUserPool()
AuthenticateCognitoActionProps.Builder.userPoolClient
(IUserPoolClient userPoolClient) Sets the value ofAuthenticateCognitoActionProps.getUserPoolClient()
AuthenticateCognitoActionProps.Builder.userPoolDomain
(IUserPoolDomain userPoolDomain) Sets the value ofAuthenticateCognitoActionProps.getUserPoolDomain()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAuthenticateCognitoActionProps.Builder
.