Interface ListAppInstanceUsersResponse.Builder

    • Method Detail

      • appInstanceArn

        ListAppInstanceUsersResponse.Builder appInstanceArn​(String appInstanceArn)

        The ARN of the AppInstance.

        Parameters:
        appInstanceArn - The ARN of the AppInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appInstanceUsers

        ListAppInstanceUsersResponse.Builder appInstanceUsers​(Collection<AppInstanceUserSummary> appInstanceUsers)

        The information for each requested AppInstanceUser.

        Parameters:
        appInstanceUsers - The information for each requested AppInstanceUser.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appInstanceUsers

        ListAppInstanceUsersResponse.Builder appInstanceUsers​(AppInstanceUserSummary... appInstanceUsers)

        The information for each requested AppInstanceUser.

        Parameters:
        appInstanceUsers - The information for each requested AppInstanceUser.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppInstanceUsersResponse.Builder nextToken​(String nextToken)

        The token passed by previous API calls until all requested users are returned.

        Parameters:
        nextToken - The token passed by previous API calls until all requested users are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.