Interface SignInPolicyType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SignInPolicyType.Builder,,SignInPolicyType> SdkBuilder<SignInPolicyType.Builder,,SignInPolicyType> SdkPojo
- Enclosing class:
- SignInPolicyType
-
Method Summary
Modifier and TypeMethodDescriptionallowedFirstAuthFactors(Collection<AuthFactorType> allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.allowedFirstAuthFactors(AuthFactorType... allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.allowedFirstAuthFactorsWithStrings(String... allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.allowedFirstAuthFactorsWithStrings(Collection<String> allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.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
-
allowedFirstAuthFactorsWithStrings
SignInPolicyType.Builder allowedFirstAuthFactorsWithStrings(Collection<String> allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.
- Parameters:
allowedFirstAuthFactors- The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedFirstAuthFactorsWithStrings
The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.
- Parameters:
allowedFirstAuthFactors- The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedFirstAuthFactors
SignInPolicyType.Builder allowedFirstAuthFactors(Collection<AuthFactorType> allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.
- Parameters:
allowedFirstAuthFactors- The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedFirstAuthFactors
The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.
- Parameters:
allowedFirstAuthFactors- The sign-in methods that a user pool supports as the first factor. You can permit users to start authentication with a standard username and password, or with other one-time password and hardware factors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-