Interface ListNotificationChannelsResponse.Builder

    • Method Detail

      • channels

        ListNotificationChannelsResponse.Builder channels​(NotificationChannel... channels)

        An array that contains the requested notification channels.

        Parameters:
        channels - An array that contains the requested notification channels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNotificationChannelsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.