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 theErrorCodevalue.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
ErrorCodevalue. Messages might state that the specified CloudFront stack does not exist (or no longer exists). ForCLOUDFORMATION_STACK_INACTIVE, the message typically states that the CloudFront stack has a status that is not (or no longer) active, such asCREATE_FAILED.- Parameters:
message- A message that explains theErrorCodevalue. Messages might state that the specified CloudFront stack does not exist (or no longer exists). ForCLOUDFORMATION_STACK_INACTIVE, the message typically states that the CloudFront stack has a status that is not (or no longer) active, such asCREATE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-