@Generated(value="software.amazon.awssdk:codegen") public final class SetRiskConfigurationRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<SetRiskConfigurationRequest.Builder,SetRiskConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetRiskConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverRiskConfigurationType |
accountTakeoverRiskConfiguration()
The account takeover risk configuration.
|
static SetRiskConfigurationRequest.Builder |
builder() |
String |
clientId()
The app client ID.
|
CompromisedCredentialsRiskConfigurationType |
compromisedCredentialsRiskConfiguration()
The compromised credentials risk configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RiskExceptionConfigurationType |
riskExceptionConfiguration()
The configuration to override the risk decision.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetRiskConfigurationRequest.Builder> |
serializableBuilderClass() |
SetRiskConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userPoolId()
The user pool ID.
public String clientId()
The app client ID. If ClientId is null, then the risk configuration is mapped to
userPoolId. When the client ID is null, the same risk configuration is applied to all the clients in
the userPool.
Otherwise, ClientId is mapped to the client. When the client ID is not null, the user pool
configuration is overridden and the risk configuration for the client is used instead.
ClientId is null, then the risk configuration is mapped to
userPoolId. When the client ID is null, the same risk configuration is applied to all the
clients in the userPool.
Otherwise, ClientId is mapped to the client. When the client ID is not null, the user pool
configuration is overridden and the risk configuration for the client is used instead.
public CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration()
The compromised credentials risk configuration.
public AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration()
The account takeover risk configuration.
public RiskExceptionConfigurationType riskExceptionConfiguration()
The configuration to override the risk decision.
public SetRiskConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetRiskConfigurationRequest.Builder,SetRiskConfigurationRequest>toBuilder in class CognitoIdentityProviderRequestpublic static SetRiskConfigurationRequest.Builder builder()
public static Class<? extends SetRiskConfigurationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.