Interface CognitoMemberDefinition.Builder

    • Method Detail

      • userPool

        CognitoMemberDefinition.Builder userPool​(String userPool)

        An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

        Parameters:
        userPool - An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userGroup

        CognitoMemberDefinition.Builder userGroup​(String userGroup)

        An identifier for a user group.

        Parameters:
        userGroup - An identifier for a user group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientId

        CognitoMemberDefinition.Builder clientId​(String clientId)

        An identifier for an application client. You must create the app client ID using Amazon Cognito.

        Parameters:
        clientId - An identifier for an application client. You must create the app client ID using Amazon Cognito.
        Returns:
        Returns a reference to this object so that method calls can be chained together.