Interface DescribeRiskConfigurationRequest.Builder

    • Method Detail

      • userPoolId

        DescribeRiskConfigurationRequest.Builder userPoolId​(String userPoolId)

        The ID of the user pool with the risk configuration that you want to inspect. You can apply default risk configuration at the user pool level and further customize it from user pool defaults at the app-client level. Specify ClientId to inspect client-level configuration, or UserPoolId to inspect pool-level configuration.

        Parameters:
        userPoolId - The ID of the user pool with the risk configuration that you want to inspect. You can apply default risk configuration at the user pool level and further customize it from user pool defaults at the app-client level. Specify ClientId to inspect client-level configuration, or UserPoolId to inspect pool-level configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientId

        DescribeRiskConfigurationRequest.Builder clientId​(String clientId)

        The ID of the app client with the risk configuration that you want to inspect. You can apply default risk configuration at the user pool level and further customize it from user pool defaults at the app-client level. Specify ClientId to inspect client-level configuration, or UserPoolId to inspect pool-level configuration.

        Parameters:
        clientId - The ID of the app client with the risk configuration that you want to inspect. You can apply default risk configuration at the user pool level and further customize it from user pool defaults at the app-client level. Specify ClientId to inspect client-level configuration, or UserPoolId to inspect pool-level configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.