Interface AdvancedSecurityAdditionalFlowsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdvancedSecurityAdditionalFlowsType.Builder,,AdvancedSecurityAdditionalFlowsType> SdkBuilder<AdvancedSecurityAdditionalFlowsType.Builder,,AdvancedSecurityAdditionalFlowsType> SdkPojo
- Enclosing class:
- AdvancedSecurityAdditionalFlowsType
@Mutable
@NotThreadSafe
public static interface AdvancedSecurityAdditionalFlowsType.Builder
extends SdkPojo, CopyableBuilder<AdvancedSecurityAdditionalFlowsType.Builder,AdvancedSecurityAdditionalFlowsType>
-
Method Summary
Modifier and TypeMethodDescriptioncustomAuthMode(String customAuthMode) The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers.customAuthMode(AdvancedSecurityEnabledModeType customAuthMode) The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers.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
-
customAuthMode
The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers.
- Parameters:
customAuthMode- The operating mode of threat protection 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:
-
customAuthMode
AdvancedSecurityAdditionalFlowsType.Builder customAuthMode(AdvancedSecurityEnabledModeType customAuthMode) The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers.
- Parameters:
customAuthMode- The operating mode of threat protection 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:
-