@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.441Z") @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 © 2022. All rights reserved.