Interface EventRiskType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventRiskType.Builder,,EventRiskType> SdkBuilder<EventRiskType.Builder,,EventRiskType> SdkPojo
- Enclosing class:
- EventRiskType
-
Method Summary
Modifier and TypeMethodDescriptioncompromisedCredentialsDetected(Boolean compromisedCredentialsDetected) Indicates whether compromised credentials were detected during an authentication event.riskDecision(String riskDecision) The action taken by adaptive authentication.riskDecision(RiskDecisionType riskDecision) The action taken by adaptive authentication.The risk level that adaptive authentication assessed for the authentication event.riskLevel(RiskLevelType riskLevel) The risk level that adaptive authentication assessed for the authentication event.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
-
riskDecision
The action taken by adaptive authentication. If
NoRisk, your user pool took no action. IfAccountTakeover, your user pool applied the adaptive authentication automated response that you configured. IfBlock, your user pool prevented the attempt.- Parameters:
riskDecision- The action taken by adaptive authentication. IfNoRisk, your user pool took no action. IfAccountTakeover, your user pool applied the adaptive authentication automated response that you configured. IfBlock, your user pool prevented the attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskDecision
The action taken by adaptive authentication. If
NoRisk, your user pool took no action. IfAccountTakeover, your user pool applied the adaptive authentication automated response that you configured. IfBlock, your user pool prevented the attempt.- Parameters:
riskDecision- The action taken by adaptive authentication. IfNoRisk, your user pool took no action. IfAccountTakeover, your user pool applied the adaptive authentication automated response that you configured. IfBlock, your user pool prevented the attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskLevel
The risk level that adaptive authentication assessed for the authentication event.
- Parameters:
riskLevel- The risk level that adaptive authentication assessed for the authentication event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
riskLevel
The risk level that adaptive authentication assessed for the authentication event.
- Parameters:
riskLevel- The risk level that adaptive authentication assessed for the authentication event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compromisedCredentialsDetected
Indicates whether compromised credentials were detected during an authentication event.
- Parameters:
compromisedCredentialsDetected- Indicates whether compromised credentials were detected during an authentication event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-