Interface AdminListUserAuthEventsResponse.Builder

    • Method Detail

      • authEvents

        AdminListUserAuthEventsResponse.Builder authEvents​(Collection<AuthEventType> authEvents)

        The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.

        Parameters:
        authEvents - The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authEvents

        AdminListUserAuthEventsResponse.Builder authEvents​(AuthEventType... authEvents)

        The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.

        Parameters:
        authEvents - The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        AdminListUserAuthEventsResponse.Builder nextToken​(String nextToken)

        The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.

        Parameters:
        nextToken - The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.