Interface UpdateCognitoUserPoolConfiguration.Builder

    • Method Detail

      • clientIds

        UpdateCognitoUserPoolConfiguration.Builder clientIds​(Collection<String> clientIds)

        The client ID of an app client that is configured for the specified Amazon Cognito user pool.

        Parameters:
        clientIds - The client ID of an app client that is configured for the specified Amazon Cognito user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientIds

        UpdateCognitoUserPoolConfiguration.Builder clientIds​(String... clientIds)

        The client ID of an app client that is configured for the specified Amazon Cognito user pool.

        Parameters:
        clientIds - The client ID of an app client that is configured for the specified Amazon Cognito user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.