Interface ListEventConfigurationsResponse.Builder

    • Method Detail

      • nextToken

        ListEventConfigurationsResponse.Builder nextToken​(String nextToken)

        To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

        Parameters:
        nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventConfigurationsList

        ListEventConfigurationsResponse.Builder eventConfigurationsList​(Collection<EventConfigurationItem> eventConfigurationsList)

        Event configurations of all events for a single resource.

        Parameters:
        eventConfigurationsList - Event configurations of all events for a single resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventConfigurationsList

        ListEventConfigurationsResponse.Builder eventConfigurationsList​(EventConfigurationItem... eventConfigurationsList)

        Event configurations of all events for a single resource.

        Parameters:
        eventConfigurationsList - Event configurations of all events for a single resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.