Class CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty>
- Enclosing interface:
CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty
@Stability(Stable)
public static final class CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customAuthMode(String customAuthMode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customAuthMode
@Stability(Stable) public CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty.Builder customAuthMode(String customAuthMode) - Parameters:
customAuthMode- The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty>- Returns:
- a new instance of
CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty - Throws:
NullPointerException- if any required attribute was not provided
-