Interface AdvancedSecurityAdditionalFlowsType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdvancedSecurityAdditionalFlowsType.Builder,AdvancedSecurityAdditionalFlowsType>,SdkBuilder<AdvancedSecurityAdditionalFlowsType.Builder,AdvancedSecurityAdditionalFlowsType>,SdkPojo
- Enclosing class:
- AdvancedSecurityAdditionalFlowsType
public static interface AdvancedSecurityAdditionalFlowsType.Builder extends SdkPojo, CopyableBuilder<AdvancedSecurityAdditionalFlowsType.Builder,AdvancedSecurityAdditionalFlowsType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdvancedSecurityAdditionalFlowsType.BuildercustomAuthMode(String customAuthMode)The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.AdvancedSecurityAdditionalFlowsType.BuildercustomAuthMode(AdvancedSecurityEnabledModeType customAuthMode)The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
customAuthMode
AdvancedSecurityAdditionalFlowsType.Builder customAuthMode(String customAuthMode)
The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.
- Parameters:
customAuthMode- The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdvancedSecurityEnabledModeType,AdvancedSecurityEnabledModeType
-
customAuthMode
AdvancedSecurityAdditionalFlowsType.Builder customAuthMode(AdvancedSecurityEnabledModeType customAuthMode)
The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.
- Parameters:
customAuthMode- The operating mode of advanced security features in custom authentication with Custom authentication challenge Lambda triggers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdvancedSecurityEnabledModeType,AdvancedSecurityEnabledModeType
-
-