CopyableBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>
, SdkBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>
public static interface UnprocessedQueryExecutionId.Builder extends CopyableBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>
Modifier and Type | Method | Description |
---|---|---|
UnprocessedQueryExecutionId.Builder |
errorCode(String errorCode) |
The error code returned when the query execution failed to process, if applicable.
|
UnprocessedQueryExecutionId.Builder |
errorMessage(String errorMessage) |
The error message returned when the query execution failed to process, if applicable.
|
UnprocessedQueryExecutionId.Builder |
queryExecutionId(String queryExecutionId) |
The unique identifier of the query execution.
|
copy
apply, build
UnprocessedQueryExecutionId.Builder queryExecutionId(String queryExecutionId)
The unique identifier of the query execution.
queryExecutionId
- The unique identifier of the query execution.UnprocessedQueryExecutionId.Builder errorCode(String errorCode)
The error code returned when the query execution failed to process, if applicable.
errorCode
- The error code returned when the query execution failed to process, if applicable.UnprocessedQueryExecutionId.Builder errorMessage(String errorMessage)
The error message returned when the query execution failed to process, if applicable.
errorMessage
- The error message returned when the query execution failed to process, if applicable.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.