Interface ListEventDataStoresResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudTrailResponse.Builder,CopyableBuilder<ListEventDataStoresResponse.Builder,ListEventDataStoresResponse>,SdkBuilder<ListEventDataStoresResponse.Builder,ListEventDataStoresResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEventDataStoresResponse
public static interface ListEventDataStoresResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<ListEventDataStoresResponse.Builder,ListEventDataStoresResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventDataStoresResponse.BuildereventDataStores(Collection<EventDataStore> eventDataStores)Contains information about event data stores in the account, in the current Region.ListEventDataStoresResponse.BuildereventDataStores(Consumer<EventDataStore.Builder>... eventDataStores)Contains information about event data stores in the account, in the current Region.ListEventDataStoresResponse.BuildereventDataStores(EventDataStore... eventDataStores)Contains information about event data stores in the account, in the current Region.ListEventDataStoresResponse.BuildernextToken(String nextToken)A token you can use to get the next page of results.-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
eventDataStores
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.Builderavoiding the need to create one manually viaEventDataStore.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#eventDataStores(List.) - Parameters:
eventDataStores- a consumer that will call methods onEventDataStore.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#eventDataStores(java.util.Collection)
-
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.
-
-