Interface ListEventDataStoresResponse.Builder

    • Method Detail

      • eventDataStores

        ListEventDataStoresResponse.Builder eventDataStores​(Collection<EventDataStore> eventDataStores)

        Contains information about event data stores in the account, in the current Region.

        Parameters:
        eventDataStores - Contains information about event data stores in the account, in the current Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDataStores

        ListEventDataStoresResponse.Builder eventDataStores​(EventDataStore... eventDataStores)

        Contains information about event data stores in the account, in the current Region.

        Parameters:
        eventDataStores - Contains information about event data stores in the account, in the current Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEventDataStoresResponse.Builder nextToken​(String nextToken)

        A token you can use to get the next page of results.

        Parameters:
        nextToken - A token you can use to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.