Interface QueryError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QueryError.Builder,,QueryError> SdkBuilder<QueryError.Builder,,QueryError> SdkPojo
- Enclosing class:
QueryError
public static interface QueryError.Builder
extends SdkPojo, CopyableBuilder<QueryError.Builder,QueryError>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the error code that was raised.errorCode(QueryErrorCode errorCode) Specifies the error code that was raised.A message that explains theErrorCode.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
errorCode
Specifies the error code that was raised.
- Parameters:
errorCode- Specifies the error code that was raised.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
Specifies the error code that was raised.
- Parameters:
errorCode- Specifies the error code that was raised.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A message that explains the
ErrorCode.- Parameters:
message- A message that explains theErrorCode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-