Interface StartQueryExecutionRequest.Builder
-
- All Superinterfaces:
AthenaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>,SdkBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartQueryExecutionRequest
public static interface StartQueryExecutionRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartQueryExecutionRequest.BuilderclientRequestToken(String clientRequestToken)A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).StartQueryExecutionRequest.BuilderexecutionParameters(String... executionParameters)A list of values for the parameters in a query.StartQueryExecutionRequest.BuilderexecutionParameters(Collection<String> executionParameters)A list of values for the parameters in a query.StartQueryExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartQueryExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default StartQueryExecutionRequest.BuilderqueryExecutionContext(Consumer<QueryExecutionContext.Builder> queryExecutionContext)The database within which the query executes.StartQueryExecutionRequest.BuilderqueryExecutionContext(QueryExecutionContext queryExecutionContext)The database within which the query executes.StartQueryExecutionRequest.BuilderqueryString(String queryString)The SQL query statements to be executed.default StartQueryExecutionRequest.BuilderresultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)Specifies information about where and how to save the results of the query execution.StartQueryExecutionRequest.BuilderresultConfiguration(ResultConfiguration resultConfiguration)Specifies information about where and how to save the results of the query execution.default StartQueryExecutionRequest.BuilderresultReuseConfiguration(Consumer<ResultReuseConfiguration.Builder> resultReuseConfiguration)Specifies the query result reuse behavior for the query.StartQueryExecutionRequest.BuilderresultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)Specifies the query result reuse behavior for the query.StartQueryExecutionRequest.BuilderworkGroup(String workGroup)The name of the workgroup in which the query is being started.-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
queryString
StartQueryExecutionRequest.Builder queryString(String queryString)
The SQL query statements to be executed.
- Parameters:
queryString- The SQL query statements to be executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
StartQueryExecutionRequest.Builder clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another
StartQueryExecutionrequest is received, the same response is returned and another query is not created. An error is returned if a parameter, such asQueryString, has changed. A call toStartQueryExecutionthat uses a previous client request token returns the sameQueryExecutionIdeven if the requester doesn't have permission on the tables specified inQueryString.This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
- Parameters:
clientRequestToken- A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If anotherStartQueryExecutionrequest is received, the same response is returned and another query is not created. An error is returned if a parameter, such asQueryString, has changed. A call toStartQueryExecutionthat uses a previous client request token returns the sameQueryExecutionIdeven if the requester doesn't have permission on the tables specified inQueryString.This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryExecutionContext
StartQueryExecutionRequest.Builder queryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
- Parameters:
queryExecutionContext- The database within which the query executes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryExecutionContext
default StartQueryExecutionRequest.Builder queryExecutionContext(Consumer<QueryExecutionContext.Builder> queryExecutionContext)
The database within which the query executes.
This is a convenience method that creates an instance of theQueryExecutionContext.Builderavoiding the need to create one manually viaQueryExecutionContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryExecutionContext(QueryExecutionContext).- Parameters:
queryExecutionContext- a consumer that will call methods onQueryExecutionContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
queryExecutionContext(QueryExecutionContext)
-
resultConfiguration
StartQueryExecutionRequest.Builder resultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution. If the query runs in a workgroup, then workgroup's settings may override query settings. This affects the query results location. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
- Parameters:
resultConfiguration- Specifies information about where and how to save the results of the query execution. If the query runs in a workgroup, then workgroup's settings may override query settings. This affects the query results location. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultConfiguration
default StartQueryExecutionRequest.Builder resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
Specifies information about where and how to save the results of the query execution. If the query runs in a workgroup, then workgroup's settings may override query settings. This affects the query results location. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
This is a convenience method that creates an instance of theResultConfiguration.Builderavoiding the need to create one manually viaResultConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresultConfiguration(ResultConfiguration).- Parameters:
resultConfiguration- a consumer that will call methods onResultConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resultConfiguration(ResultConfiguration)
-
workGroup
StartQueryExecutionRequest.Builder workGroup(String workGroup)
The name of the workgroup in which the query is being started.
- Parameters:
workGroup- The name of the workgroup in which the query is being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionParameters
StartQueryExecutionRequest.Builder executionParameters(Collection<String> executionParameters)
A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.
- Parameters:
executionParameters- A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionParameters
StartQueryExecutionRequest.Builder executionParameters(String... executionParameters)
A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.
- Parameters:
executionParameters- A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultReuseConfiguration
StartQueryExecutionRequest.Builder resultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior for the query.
- Parameters:
resultReuseConfiguration- Specifies the query result reuse behavior for the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultReuseConfiguration
default StartQueryExecutionRequest.Builder resultReuseConfiguration(Consumer<ResultReuseConfiguration.Builder> resultReuseConfiguration)
Specifies the query result reuse behavior for the query.
This is a convenience method that creates an instance of theResultReuseConfiguration.Builderavoiding the need to create one manually viaResultReuseConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresultReuseConfiguration(ResultReuseConfiguration).- Parameters:
resultReuseConfiguration- a consumer that will call methods onResultReuseConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resultReuseConfiguration(ResultReuseConfiguration)
-
overrideConfiguration
StartQueryExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartQueryExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-