Interface ExecuteScheduledQueryRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ExecuteScheduledQueryRequest.Builder,,- ExecuteScheduledQueryRequest> - SdkBuilder<ExecuteScheduledQueryRequest.Builder,,- ExecuteScheduledQueryRequest> - SdkPojo,- SdkRequest.Builder,- TimestreamQueryRequest.Builder
- Enclosing class:
- ExecuteScheduledQueryRequest
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) Not used.invocationTime(Instant invocationTime) The timestamp in UTC.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.queryInsights(Consumer<ScheduledQueryInsights.Builder> queryInsights) Encapsulates settings for enablingQueryInsights.queryInsights(ScheduledQueryInsights queryInsights) Encapsulates settings for enablingQueryInsights.scheduledQueryArn(String scheduledQueryArn) ARN of the scheduled query.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryRequest.Builderbuild
- 
Method Details- 
scheduledQueryArnARN of the scheduled query. - Parameters:
- scheduledQueryArn- ARN of the scheduled query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
invocationTimeThe timestamp in UTC. Query will be run as if it was invoked at this timestamp. - Parameters:
- invocationTime- The timestamp in UTC. Query will be run as if it was invoked at this timestamp.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenNot used. - Parameters:
- clientToken- Not used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryInsightsEncapsulates settings for enabling QueryInsights.Enabling QueryInsightsreturns insights and metrics as a part of the Amazon SNS notification for the query that you executed. You can useQueryInsightsto tune your query performance and cost.- Parameters:
- queryInsights- Encapsulates settings for enabling- QueryInsights.- Enabling - QueryInsightsreturns insights and metrics as a part of the Amazon SNS notification for the query that you executed. You can use- QueryInsightsto tune your query performance and cost.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryInsightsdefault ExecuteScheduledQueryRequest.Builder queryInsights(Consumer<ScheduledQueryInsights.Builder> queryInsights) Encapsulates settings for enabling QueryInsights.Enabling This is a convenience method that creates an instance of theQueryInsightsreturns insights and metrics as a part of the Amazon SNS notification for the query that you executed. You can useQueryInsightsto tune your query performance and cost.ScheduledQueryInsights.Builderavoiding the need to create one manually viaScheduledQueryInsights.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryInsights(ScheduledQueryInsights).- Parameters:
- queryInsights- a consumer that will call methods on- ScheduledQueryInsights.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationExecuteScheduledQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationExecuteScheduledQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-