Interface UserPoolAddOnsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserPoolAddOnsType.Builder,,UserPoolAddOnsType> SdkBuilder<UserPoolAddOnsType.Builder,,UserPoolAddOnsType> SdkPojo
- Enclosing class:
- UserPoolAddOnsType
-
Method Summary
Modifier and TypeMethodDescriptiondefault UserPoolAddOnsType.BuilderadvancedSecurityAdditionalFlows(Consumer<AdvancedSecurityAdditionalFlowsType.Builder> advancedSecurityAdditionalFlows) Threat protection configuration options for additional authentication types in your user pool, including custom authentication.advancedSecurityAdditionalFlows(AdvancedSecurityAdditionalFlowsType advancedSecurityAdditionalFlows) Threat protection configuration options for additional authentication types in your user pool, including custom authentication.advancedSecurityMode(String advancedSecurityMode) The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.advancedSecurityMode(AdvancedSecurityModeType advancedSecurityMode) The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
advancedSecurityMode
The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
- Parameters:
advancedSecurityMode- The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
advancedSecurityMode
The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
- Parameters:
advancedSecurityMode- The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
advancedSecurityAdditionalFlows
UserPoolAddOnsType.Builder advancedSecurityAdditionalFlows(AdvancedSecurityAdditionalFlowsType advancedSecurityAdditionalFlows) Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
- Parameters:
advancedSecurityAdditionalFlows- Threat protection configuration options for additional authentication types in your user pool, including custom authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advancedSecurityAdditionalFlows
default UserPoolAddOnsType.Builder advancedSecurityAdditionalFlows(Consumer<AdvancedSecurityAdditionalFlowsType.Builder> advancedSecurityAdditionalFlows) Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
This is a convenience method that creates an instance of theAdvancedSecurityAdditionalFlowsType.Builderavoiding the need to create one manually viaAdvancedSecurityAdditionalFlowsType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadvancedSecurityAdditionalFlows(AdvancedSecurityAdditionalFlowsType).- Parameters:
advancedSecurityAdditionalFlows- a consumer that will call methods onAdvancedSecurityAdditionalFlowsType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-