Interface EventRiskType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventRiskType.Builder,EventRiskType>,SdkBuilder<EventRiskType.Builder,EventRiskType>,SdkPojo
- Enclosing class:
- EventRiskType
public static interface EventRiskType.Builder extends SdkPojo, CopyableBuilder<EventRiskType.Builder,EventRiskType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventRiskType.BuildercompromisedCredentialsDetected(Boolean compromisedCredentialsDetected)Indicates whether compromised credentials were detected during an authentication event.EventRiskType.BuilderriskDecision(String riskDecision)The action taken by adaptive authentication.EventRiskType.BuilderriskDecision(RiskDecisionType riskDecision)The action taken by adaptive authentication.EventRiskType.BuilderriskLevel(String riskLevel)The risk level that adaptive authentication assessed for the authentication event.EventRiskType.BuilderriskLevel(RiskLevelType riskLevel)The risk level that adaptive authentication assessed for the authentication event.-
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
-
riskDecision
EventRiskType.Builder riskDecision(String 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:
RiskDecisionType,RiskDecisionType
-
riskDecision
EventRiskType.Builder riskDecision(RiskDecisionType 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:
RiskDecisionType,RiskDecisionType
-
riskLevel
EventRiskType.Builder riskLevel(String 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:
RiskLevelType,RiskLevelType
-
riskLevel
EventRiskType.Builder riskLevel(RiskLevelType 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:
RiskLevelType,RiskLevelType
-
compromisedCredentialsDetected
EventRiskType.Builder compromisedCredentialsDetected(Boolean 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.
-
-