Interface ListEventDataStoresRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<ListEventDataStoresRequest.Builder,ListEventDataStoresRequest>,SdkBuilder<ListEventDataStoresRequest.Builder,ListEventDataStoresRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEventDataStoresRequest
public static interface ListEventDataStoresRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<ListEventDataStoresRequest.Builder,ListEventDataStoresRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventDataStoresRequest.BuildermaxResults(Integer maxResults)The maximum number of event data stores to display on a single page.ListEventDataStoresRequest.BuildernextToken(String nextToken)A token you can use to get the next page of event data store results.ListEventDataStoresRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventDataStoresRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
nextToken
ListEventDataStoresRequest.Builder nextToken(String nextToken)
A token you can use to get the next page of event data store results.
- Parameters:
nextToken- A token you can use to get the next page of event data store results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEventDataStoresRequest.Builder maxResults(Integer maxResults)
The maximum number of event data stores to display on a single page.
- Parameters:
maxResults- The maximum number of event data stores to display on a single page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEventDataStoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEventDataStoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-