@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 final String userPoolId()
The user pool ID.
public final 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 isn't 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 isn't null, the user pool
configuration is overridden and the risk configuration for the client is used instead.
public final CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration()
The compromised credentials risk configuration.
public final AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration()
The account takeover risk configuration.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.