Class CfnUserPool.UserPoolAddOnsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cognito.CfnUserPool.UserPoolAddOnsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPool.UserPoolAddOnsProperty>
- Enclosing interface:
- CfnUserPool.UserPoolAddOnsProperty
@Stability(Stable)
public static final class CfnUserPool.UserPoolAddOnsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPool.UserPoolAddOnsProperty>
A builder for
CfnUserPool.UserPoolAddOnsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvancedSecurityMode(String advancedSecurityMode) Sets the value ofCfnUserPool.UserPoolAddOnsProperty.getAdvancedSecurityMode()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
advancedSecurityMode
@Stability(Stable) public CfnUserPool.UserPoolAddOnsProperty.Builder advancedSecurityMode(String advancedSecurityMode) Sets the value ofCfnUserPool.UserPoolAddOnsProperty.getAdvancedSecurityMode()- Parameters:
advancedSecurityMode- The advanced security mode.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPool.UserPoolAddOnsProperty>- Returns:
- a new instance of
CfnUserPool.UserPoolAddOnsProperty - Throws:
NullPointerException- if any required attribute was not provided
-