Interface ErrorInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ErrorInformation.Builder,,ErrorInformation> SdkBuilder<ErrorInformation.Builder,,ErrorInformation> SdkPojo
- Enclosing class:
ErrorInformation
@Mutable
@NotThreadSafe
public static interface ErrorInformation.Builder
extends SdkPojo, CopyableBuilder<ErrorInformation.Builder,ErrorInformation>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error code.A message describing the error.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, sdkFieldNameToField, sdkFields
-
Method Details
-
code
The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.
- Parameters:
code- The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.
- Parameters:
code- The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A message describing the error.
- Parameters:
message- A message describing the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-