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 theEventDataStore.Builder avoiding the need to create
one manually via EventDataStore.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #eventDataStores(List.
eventDataStores - a consumer that will call methods on
EventDataStore.Builder#eventDataStores(java.util.Collection) 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 © 2023. All rights reserved.