Interface ErrorDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ErrorDetail.Builder,,ErrorDetail> SdkBuilder<ErrorDetail.Builder,,ErrorDetail> SdkPojo
- Enclosing class:
ErrorDetail
@Mutable
@NotThreadSafe
public static interface ErrorDetail.Builder
extends SdkPojo, CopyableBuilder<ErrorDetail.Builder,ErrorDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the field that contains an error or warning.A detailed description of the error or warning.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
-
field
The name of the field that contains an error or warning.
- Parameters:
field- The name of the field that contains an error or warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
A detailed description of the error or warning.
- Parameters:
reason- A detailed description of the error or warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-