public class RiskConfigurationType extends Object implements Serializable
The risk configuration type.
| Constructor and Description |
|---|
RiskConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AccountTakeoverRiskConfigurationType |
getAccountTakeoverRiskConfiguration()
The account takeover risk configuration object including the
NotifyConfiguration object and Actions to take
in the case of an account takeover. |
String |
getClientId()
The app client ID.
|
CompromisedCredentialsRiskConfigurationType |
getCompromisedCredentialsRiskConfiguration()
The compromised credentials risk configuration object including the
EventFilter and the EventAction |
Date |
getLastModifiedDate()
The last modified date.
|
RiskExceptionConfigurationType |
getRiskExceptionConfiguration()
The configuration to override the risk decision.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setAccountTakeoverRiskConfiguration(AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration)
The account takeover risk configuration object including the
NotifyConfiguration object and Actions to take
in the case of an account takeover. |
void |
setClientId(String clientId)
The app client ID.
|
void |
setCompromisedCredentialsRiskConfiguration(CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration)
The compromised credentials risk configuration object including the
EventFilter and the EventAction |
void |
setLastModifiedDate(Date lastModifiedDate)
The last modified date.
|
void |
setRiskExceptionConfiguration(RiskExceptionConfigurationType riskExceptionConfiguration)
The configuration to override the risk decision.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RiskConfigurationType |
withAccountTakeoverRiskConfiguration(AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration)
The account takeover risk configuration object including the
NotifyConfiguration object and Actions to take
in the case of an account takeover. |
RiskConfigurationType |
withClientId(String clientId)
The app client ID.
|
RiskConfigurationType |
withCompromisedCredentialsRiskConfiguration(CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration)
The compromised credentials risk configuration object including the
EventFilter and the EventAction |
RiskConfigurationType |
withLastModifiedDate(Date lastModifiedDate)
The last modified date.
|
RiskConfigurationType |
withRiskExceptionConfiguration(RiskExceptionConfigurationType riskExceptionConfiguration)
The configuration to override the risk decision.
|
RiskConfigurationType |
withUserPoolId(String userPoolId)
The user pool ID.
|
public String getUserPoolId()
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID.
public void setUserPoolId(String userPoolId)
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public RiskConfigurationType withUserPoolId(String userPoolId)
The user pool ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID.
public String getClientId()
The app client ID.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
The app client ID.
public void setClientId(String clientId)
The app client ID.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId - The app client ID.
public RiskConfigurationType withClientId(String clientId)
The app client ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId - The app client ID.
public CompromisedCredentialsRiskConfigurationType getCompromisedCredentialsRiskConfiguration()
The compromised credentials risk configuration object including the
EventFilter and the EventAction
The compromised credentials risk configuration object including
the EventFilter and the EventAction
public void setCompromisedCredentialsRiskConfiguration(CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration)
The compromised credentials risk configuration object including the
EventFilter and the EventAction
compromisedCredentialsRiskConfiguration -
The compromised credentials risk configuration object
including the EventFilter and the
EventAction
public RiskConfigurationType withCompromisedCredentialsRiskConfiguration(CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration)
The compromised credentials risk configuration object including the
EventFilter and the EventAction
Returns a reference to this object so that method calls can be chained together.
compromisedCredentialsRiskConfiguration -
The compromised credentials risk configuration object
including the EventFilter and the
EventAction
public AccountTakeoverRiskConfigurationType getAccountTakeoverRiskConfiguration()
The account takeover risk configuration object including the
NotifyConfiguration object and Actions to take
in the case of an account takeover.
The account takeover risk configuration object including the
NotifyConfiguration object and Actions
to take in the case of an account takeover.
public void setAccountTakeoverRiskConfiguration(AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration)
The account takeover risk configuration object including the
NotifyConfiguration object and Actions to take
in the case of an account takeover.
accountTakeoverRiskConfiguration -
The account takeover risk configuration object including the
NotifyConfiguration object and
Actions to take in the case of an account
takeover.
public RiskConfigurationType withAccountTakeoverRiskConfiguration(AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration)
The account takeover risk configuration object including the
NotifyConfiguration object and Actions to take
in the case of an account takeover.
Returns a reference to this object so that method calls can be chained together.
accountTakeoverRiskConfiguration -
The account takeover risk configuration object including the
NotifyConfiguration object and
Actions to take in the case of an account
takeover.
public RiskExceptionConfigurationType getRiskExceptionConfiguration()
The configuration to override the risk decision.
The configuration to override the risk decision.
public void setRiskExceptionConfiguration(RiskExceptionConfigurationType riskExceptionConfiguration)
The configuration to override the risk decision.
riskExceptionConfiguration - The configuration to override the risk decision.
public RiskConfigurationType withRiskExceptionConfiguration(RiskExceptionConfigurationType riskExceptionConfiguration)
The configuration to override the risk decision.
Returns a reference to this object so that method calls can be chained together.
riskExceptionConfiguration - The configuration to override the risk decision.
public Date getLastModifiedDate()
The last modified date.
The last modified date.
public void setLastModifiedDate(Date lastModifiedDate)
The last modified date.
lastModifiedDate - The last modified date.
public RiskConfigurationType withLastModifiedDate(Date lastModifiedDate)
The last modified date.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The last modified date.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.