public static interface QueryExecutionStatus.Builder extends SdkPojo, CopyableBuilder<QueryExecutionStatus.Builder,QueryExecutionStatus>
Modifier and Type | Method and Description |
---|---|
QueryExecutionStatus.Builder |
completionDateTime(Instant completionDateTime)
The date and time that the query completed.
|
QueryExecutionStatus.Builder |
state(QueryExecutionState state)
The state of query execution.
|
QueryExecutionStatus.Builder |
state(String state)
The state of query execution.
|
QueryExecutionStatus.Builder |
stateChangeReason(String stateChangeReason)
Further detail about the status of the query.
|
QueryExecutionStatus.Builder |
submissionDateTime(Instant submissionDateTime)
The date and time that the query was submitted.
|
copy
applyMutation, build
QueryExecutionStatus.Builder state(String state)
The state of query execution. QUEUED
state is listed but is not used by Athena and is reserved
for future use. RUNNING
indicates that the query has been submitted to the service, and Athena
will execute the query as soon as resources are available. SUCCEEDED
indicates that the query
completed without error. FAILED
indicates that the query experienced an error and did not
complete processing.CANCELLED
indicates that user input interrupted query execution.
state
- The state of query execution. QUEUED
state is listed but is not used by Athena and is
reserved for future use. RUNNING
indicates that the query has been submitted to the
service, and Athena will execute the query as soon as resources are available. SUCCEEDED
indicates that the query completed without error. FAILED
indicates that the query
experienced an error and did not complete processing.CANCELLED
indicates that user input
interrupted query execution.QueryExecutionState
,
QueryExecutionState
QueryExecutionStatus.Builder state(QueryExecutionState state)
The state of query execution. QUEUED
state is listed but is not used by Athena and is reserved
for future use. RUNNING
indicates that the query has been submitted to the service, and Athena
will execute the query as soon as resources are available. SUCCEEDED
indicates that the query
completed without error. FAILED
indicates that the query experienced an error and did not
complete processing.CANCELLED
indicates that user input interrupted query execution.
state
- The state of query execution. QUEUED
state is listed but is not used by Athena and is
reserved for future use. RUNNING
indicates that the query has been submitted to the
service, and Athena will execute the query as soon as resources are available. SUCCEEDED
indicates that the query completed without error. FAILED
indicates that the query
experienced an error and did not complete processing.CANCELLED
indicates that user input
interrupted query execution.QueryExecutionState
,
QueryExecutionState
QueryExecutionStatus.Builder stateChangeReason(String stateChangeReason)
Further detail about the status of the query.
stateChangeReason
- Further detail about the status of the query.QueryExecutionStatus.Builder submissionDateTime(Instant submissionDateTime)
The date and time that the query was submitted.
submissionDateTime
- The date and time that the query was submitted.QueryExecutionStatus.Builder completionDateTime(Instant completionDateTime)
The date and time that the query completed.
completionDateTime
- The date and time that the query completed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.