Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.AthenaStartQueryExecutionProps.Builder
Packages that use AthenaStartQueryExecutionProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of AthenaStartQueryExecutionProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return AthenaStartQueryExecutionProps.BuilderModifier and TypeMethodDescriptionSets the value ofAssignableStateOptions.getAssign()
AthenaStartQueryExecutionProps.builder()
AthenaStartQueryExecutionProps.Builder.clientRequestToken
(String clientRequestToken) Sets the value ofAthenaStartQueryExecutionProps.getClientRequestToken()
Sets the value ofStateBaseProps.getComment()
AthenaStartQueryExecutionProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()
AthenaStartQueryExecutionProps.Builder.executionParameters
(List<String> executionParameters) Sets the value ofAthenaStartQueryExecutionProps.getExecutionParameters()
Deprecated.use `heartbeatTimeout`AthenaStartQueryExecutionProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()
Sets the value ofJsonPathCommonOptions.getInputPath()
AthenaStartQueryExecutionProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()
AthenaStartQueryExecutionProps.Builder.outputPath
(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()
Sets the value ofJsonataCommonOptions.getOutputs()
AthenaStartQueryExecutionProps.Builder.queryExecutionContext
(QueryExecutionContext queryExecutionContext) Sets the value ofAthenaStartQueryExecutionProps.getQueryExecutionContext()
AthenaStartQueryExecutionProps.Builder.queryLanguage
(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()
AthenaStartQueryExecutionProps.Builder.queryString
(String queryString) Sets the value ofAthenaStartQueryExecutionProps.getQueryString()
AthenaStartQueryExecutionProps.Builder.resultConfiguration
(ResultConfiguration resultConfiguration) Sets the value ofAthenaStartQueryExecutionProps.getResultConfiguration()
AthenaStartQueryExecutionProps.Builder.resultPath
(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()
AthenaStartQueryExecutionProps.Builder.resultReuseConfigurationMaxAge
(Duration resultReuseConfigurationMaxAge) Sets the value ofAthenaStartQueryExecutionProps.getResultReuseConfigurationMaxAge()
AthenaStartQueryExecutionProps.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()
Sets the value ofStateBaseProps.getStateName()
AthenaStartQueryExecutionProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()
Deprecated.use `taskTimeout`Sets the value ofAthenaStartQueryExecutionProps.getWorkGroup()
Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type AthenaStartQueryExecutionProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAthenaStartQueryExecutionProps.Builder
.