Interface GetQueryResultsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<GetQueryResultsRequest.Builder,,GetQueryResultsRequest> SdkBuilder<GetQueryResultsRequest.Builder,,GetQueryResultsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetQueryResultsRequest
public static interface GetQueryResultsRequest.Builder
extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<GetQueryResultsRequest.Builder,GetQueryResultsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioneventDataStore(String eventDataStore) Deprecated.EventDataStore is no longer required by GetQueryResultsRequestmaxQueryResults(Integer maxQueryResults) The maximum number of query results to display on a single page.A token you can use to get the next page of query results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the query for which you want to get results.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
eventDataStore
Deprecated.EventDataStore is no longer required by GetQueryResultsRequestThe ARN (or ID suffix of the ARN) of the event data store against which the query was run.
- Parameters:
eventDataStore- The ARN (or ID suffix of the ARN) of the event data store against which the query was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryId
The ID of the query for which you want to get results.
- Parameters:
queryId- The ID of the query for which you want to get results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token you can use to get the next page of query results.
- Parameters:
nextToken- A token you can use to get the next page of query results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxQueryResults
The maximum number of query results to display on a single page.
- Parameters:
maxQueryResults- The maximum number of query results to display on a single page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetQueryResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetQueryResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-