public static interface ListEventDataStoresResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<ListEventDataStoresResponse.Builder,ListEventDataStoresResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventDataStoresResponse.Builder |
eventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
|
ListEventDataStoresResponse.Builder |
eventDataStores(Consumer<EventDataStore.Builder>... eventDataStores)
Contains information about event data stores in the account, in the current region.
|
ListEventDataStoresResponse.Builder |
eventDataStores(EventDataStore... eventDataStores)
Contains information about event data stores in the account, in the current region.
|
ListEventDataStoresResponse.Builder |
nextToken(String nextToken)
A token you can use to get the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventDataStoresResponse.Builder eventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
eventDataStores - Contains information about event data stores in the account, in the current region.ListEventDataStoresResponse.Builder eventDataStores(EventDataStore... eventDataStores)
Contains information about event data stores in the account, in the current region.
eventDataStores - Contains information about event data stores in the account, in the current region.ListEventDataStoresResponse.Builder eventDataStores(Consumer<EventDataStore.Builder>... eventDataStores)
Contains information about event data stores in the account, in the current region.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #eventDataStores(List) .eventDataStores - a consumer that will call methods on List.Builder #eventDataStores(List) ListEventDataStoresResponse.Builder nextToken(String nextToken)
A token you can use to get the next page of results.
nextToken - A token you can use to get the next page of results.Copyright © 2022. All rights reserved.