public static interface GetQueryStateResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetQueryStateResponse.Builder,GetQueryStateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetQueryStateResponse.Builder |
error(String error)
An error message when the operation fails.
|
GetQueryStateResponse.Builder |
state(QueryStateString state)
The state of a query previously submitted.
|
GetQueryStateResponse.Builder |
state(String state)
The state of a query previously submitted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetQueryStateResponse.Builder error(String error)
An error message when the operation fails.
error - An error message when the operation fails.GetQueryStateResponse.Builder state(String state)
The state of a query previously submitted. The possible states are:
PENDING: the query is pending.
WORKUNITS_AVAILABLE: some work units are ready for retrieval and execution.
FINISHED: the query planning finished successfully, and all work units are ready for retrieval and execution.
ERROR: an error occurred with the query, such as an invalid query ID or a backend error.
state - The state of a query previously submitted. The possible states are:
PENDING: the query is pending.
WORKUNITS_AVAILABLE: some work units are ready for retrieval and execution.
FINISHED: the query planning finished successfully, and all work units are ready for retrieval and execution.
ERROR: an error occurred with the query, such as an invalid query ID or a backend error.
QueryStateString,
QueryStateStringGetQueryStateResponse.Builder state(QueryStateString state)
The state of a query previously submitted. The possible states are:
PENDING: the query is pending.
WORKUNITS_AVAILABLE: some work units are ready for retrieval and execution.
FINISHED: the query planning finished successfully, and all work units are ready for retrieval and execution.
ERROR: an error occurred with the query, such as an invalid query ID or a backend error.
state - The state of a query previously submitted. The possible states are:
PENDING: the query is pending.
WORKUNITS_AVAILABLE: some work units are ready for retrieval and execution.
FINISHED: the query planning finished successfully, and all work units are ready for retrieval and execution.
ERROR: an error occurred with the query, such as an invalid query ID or a backend error.
QueryStateString,
QueryStateStringCopyright © 2023. All rights reserved.