Interface ListWebhooksResponse.Builder

    • Method Detail

      • webhooks

        ListWebhooksResponse.Builder webhooks​(Collection<ListWebhookItem> webhooks)

        The JSON detail returned for each webhook in the list output for the ListWebhooks call.

        Parameters:
        webhooks - The JSON detail returned for each webhook in the list output for the ListWebhooks call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webhooks

        ListWebhooksResponse.Builder webhooks​(ListWebhookItem... webhooks)

        The JSON detail returned for each webhook in the list output for the ListWebhooks call.

        Parameters:
        webhooks - The JSON detail returned for each webhook in the list output for the ListWebhooks call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWebhooksResponse.Builder nextToken​(String nextToken)

        If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.

        Parameters:
        nextToken - If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.