@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.440Z") @Stability(value=Stable) public interface AthenaStopQueryExecutionProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
AthenaStopQueryExecution stopQueryExecutionJob = AthenaStopQueryExecution.Builder.create(this, "Stop Query Execution")
.queryExecutionId(JsonPath.stringAt("$.QueryExecutionId"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AthenaStopQueryExecutionProps.Builder
A builder for
AthenaStopQueryExecutionProps |
static class |
AthenaStopQueryExecutionProps.Jsii$Proxy
An implementation for
AthenaStopQueryExecutionProps |
| Modifier and Type | Method and Description |
|---|---|
static AthenaStopQueryExecutionProps.Builder |
builder() |
String |
getQueryExecutionId()
Query that will be stopped.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getQueryExecutionId()
@Stability(value=Stable) static AthenaStopQueryExecutionProps.Builder builder()
builder in interface TaskStateBasePropsAthenaStopQueryExecutionProps.Builder of AthenaStopQueryExecutionPropsCopyright © 2023. All rights reserved.