Interface ListNotificationsResponse.Builder

    • Method Detail

      • notificationSummaries

        ListNotificationsResponse.Builder notificationSummaries​(Collection<NotificationSummary> notificationSummaries)

        List of lens notification summaries in a workload.

        Parameters:
        notificationSummaries - List of lens notification summaries in a workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationSummaries

        ListNotificationsResponse.Builder notificationSummaries​(NotificationSummary... notificationSummaries)

        List of lens notification summaries in a workload.

        Parameters:
        notificationSummaries - List of lens notification summaries in a workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNotificationsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.