Interface UnprocessedQueryExecutionId.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnprocessedQueryExecutionId.Builder,
,UnprocessedQueryExecutionId> SdkBuilder<UnprocessedQueryExecutionId.Builder,
,UnprocessedQueryExecutionId> SdkPojo
- Enclosing class:
UnprocessedQueryExecutionId
@Mutable
@NotThreadSafe
public static interface UnprocessedQueryExecutionId.Builder
extends SdkPojo, CopyableBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code returned when the query execution failed to process, if applicable.errorMessage
(String errorMessage) The error message returned when the query execution failed to process, if applicable.queryExecutionId
(String queryExecutionId) The unique identifier of the query execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
queryExecutionId
The unique identifier of the query execution.
- Parameters:
queryExecutionId
- The unique identifier of the query execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code returned when the query execution failed to process, if applicable.
- Parameters:
errorCode
- The error code returned when the query execution failed to process, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The error message returned when the query execution failed to process, if applicable.
- Parameters:
errorMessage
- The error message returned when the query execution failed to process, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-