Interface ListManagedNotificationChildEventsResponse.Builder

    • Method Detail

      • nextToken

        ListManagedNotificationChildEventsResponse.Builder nextToken​(String nextToken)

        A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

        Parameters:
        nextToken - A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managedNotificationChildEvents

        ListManagedNotificationChildEventsResponse.Builder managedNotificationChildEvents​(Collection<ManagedNotificationChildEventOverview> managedNotificationChildEvents)

        A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

        Parameters:
        managedNotificationChildEvents - A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managedNotificationChildEvents

        ListManagedNotificationChildEventsResponse.Builder managedNotificationChildEvents​(ManagedNotificationChildEventOverview... managedNotificationChildEvents)

        A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

        Parameters:
        managedNotificationChildEvents - A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.