Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.AthenaStartQueryExecutionProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of AthenaStartQueryExecutionProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionAthenaStartQueryExecutionProps.builder()
AthenaStartQueryExecutionProps.Builder.clientRequestToken
(String clientRequestToken) Sets the value ofAthenaStartQueryExecutionProps.getClientRequestToken()
Sets the value ofTaskStateBaseProps.getComment()
AthenaStartQueryExecutionProps.Builder.credentials
(Credentials credentials) Sets the value ofTaskStateBaseProps.getCredentials()
AthenaStartQueryExecutionProps.Builder.executionParameters
(List<String> executionParameters) Sets the value ofAthenaStartQueryExecutionProps.getExecutionParameters()
Deprecated.use `heartbeatTimeout`AthenaStartQueryExecutionProps.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseProps.getHeartbeatTimeout()
Sets the value ofTaskStateBaseProps.getInputPath()
AthenaStartQueryExecutionProps.Builder.integrationPattern
(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()
AthenaStartQueryExecutionProps.Builder.outputPath
(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()
AthenaStartQueryExecutionProps.Builder.queryExecutionContext
(QueryExecutionContext queryExecutionContext) Sets the value ofAthenaStartQueryExecutionProps.getQueryExecutionContext()
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 ofTaskStateBaseProps.getStateName()
AthenaStartQueryExecutionProps.Builder.taskTimeout
(Timeout taskTimeout) Sets the value ofTaskStateBaseProps.getTaskTimeout()
Deprecated.use `taskTimeout`Sets the value ofAthenaStartQueryExecutionProps.getWorkGroup()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAthenaStartQueryExecutionProps.Builder
.