public static interface ListQueriesRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<ListQueriesRequest.Builder,ListQueriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQueriesRequest.Builder |
endTime(Instant endTime)
Use with
StartTime to bound a ListQueries request, and limit its results to only
those queries run within a specified time period. |
ListQueriesRequest.Builder |
eventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.
|
ListQueriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of queries to show on a page.
|
ListQueriesRequest.Builder |
nextToken(String nextToken)
A token you can use to get the next page of results.
|
ListQueriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQueriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQueriesRequest.Builder |
queryStatus(QueryStatus queryStatus)
The status of queries that you want to return in results.
|
ListQueriesRequest.Builder |
queryStatus(String queryStatus)
The status of queries that you want to return in results.
|
ListQueriesRequest.Builder |
startTime(Instant startTime)
Use with
EndTime to bound a ListQueries request, and limit its results to only
those queries run within a specified time period. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQueriesRequest.Builder eventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.
eventDataStore - The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.ListQueriesRequest.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.ListQueriesRequest.Builder maxResults(Integer maxResults)
The maximum number of queries to show on a page.
maxResults - The maximum number of queries to show on a page.ListQueriesRequest.Builder startTime(Instant startTime)
Use with EndTime to bound a ListQueries request, and limit its results to only
those queries run within a specified time period.
startTime - Use with EndTime to bound a ListQueries request, and limit its results to
only those queries run within a specified time period.ListQueriesRequest.Builder endTime(Instant endTime)
Use with StartTime to bound a ListQueries request, and limit its results to only
those queries run within a specified time period.
endTime - Use with StartTime to bound a ListQueries request, and limit its results to
only those queries run within a specified time period.ListQueriesRequest.Builder queryStatus(String queryStatus)
The status of queries that you want to return in results. Valid values for QueryStatus include
QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT
, or CANCELLED.
queryStatus - The status of queries that you want to return in results. Valid values for QueryStatus
include QUEUED, RUNNING, FINISHED, FAILED,
TIMED_OUT, or CANCELLED.QueryStatus,
QueryStatusListQueriesRequest.Builder queryStatus(QueryStatus queryStatus)
The status of queries that you want to return in results. Valid values for QueryStatus include
QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT
, or CANCELLED.
queryStatus - The status of queries that you want to return in results. Valid values for QueryStatus
include QUEUED, RUNNING, FINISHED, FAILED,
TIMED_OUT, or CANCELLED.QueryStatus,
QueryStatusListQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListQueriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.