@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:35.941Z") public interface AthenaGetQueryResultsProps extends TaskStateBaseProps
Example:
AthenaGetQueryResults getQueryResultsJob = AthenaGetQueryResults.Builder.create(this, "Get Query Results") .queryExecutionId(JsonPath.stringAt("$.QueryExecutionId")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
AthenaGetQueryResultsProps.Builder
A builder for
AthenaGetQueryResultsProps |
static class |
AthenaGetQueryResultsProps.Jsii$Proxy
An implementation for
AthenaGetQueryResultsProps |
Modifier and Type | Method and Description |
---|---|
static AthenaGetQueryResultsProps.Builder |
builder() |
default java.lang.Number |
getMaxResults()
Max number of results.
|
default java.lang.String |
getNextToken()
Pagination token.
|
java.lang.String |
getQueryExecutionId()
Query that will be retrieved.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout
java.lang.String getQueryExecutionId()
Example value: adfsaf-23trf23-f23rt23
default java.lang.Number getMaxResults()
Default: 1000
default java.lang.String getNextToken()
Default: - No next token
static AthenaGetQueryResultsProps.Builder builder()
builder
in interface TaskStateBaseProps
AthenaGetQueryResultsProps.Builder
of AthenaGetQueryResultsProps