Interface RecordError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecordError.Builder,,RecordError> SdkBuilder<RecordError.Builder,,RecordError> SdkPojo
- Enclosing class:
RecordError
@Mutable
@NotThreadSafe
public static interface RecordError.Builder
extends SdkPojo, CopyableBuilder<RecordError.Builder,RecordError>
-
Method Summary
Modifier and TypeMethodDescriptionThe numeric value of the error.description(String description) The description of 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 numeric value of the error.
- Parameters:
code- The numeric value of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the error.
- Parameters:
description- The description of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-