Class SetRiskConfigurationRequest

    • Method Detail

      • userPoolId

        public final String userPoolId()

        The user pool ID.

        Returns:
        The user pool ID.
      • clientId

        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.

        Returns:
        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.

      • compromisedCredentialsRiskConfiguration

        public final CompromisedCredentialsRiskConfigurationType compromisedCredentialsRiskConfiguration()

        The compromised credentials risk configuration.

        Returns:
        The compromised credentials risk configuration.
      • accountTakeoverRiskConfiguration

        public final AccountTakeoverRiskConfigurationType accountTakeoverRiskConfiguration()

        The account takeover risk configuration.

        Returns:
        The account takeover risk configuration.
      • riskExceptionConfiguration

        public final RiskExceptionConfigurationType riskExceptionConfiguration()

        The configuration to override the risk decision.

        Returns:
        The configuration to override the risk decision.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object