Interface ErrorsListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorsListItem.Builder,
,ErrorsListItem> SdkBuilder<ErrorsListItem.Builder,
,ErrorsListItem> SdkPojo
- Enclosing class:
ErrorsListItem
@Mutable
@NotThreadSafe
public static interface ErrorsListItem.Builder
extends SdkPojo, CopyableBuilder<ErrorsListItem.Builder,ErrorsListItem>
-
Method Summary
Modifier and TypeMethodDescriptionError code for the cause of the error.errorCode
(PageBasedErrorCode errorCode) Error code for the cause of the error.errorMessage
(String errorMessage) Text message explaining the reason for the error.Page number where the error occurred.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
page
Page number where the error occurred.
- Parameters:
page
- Page number where the error occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
Error code for the cause of the error.
- Parameters:
errorCode
- Error code for the cause of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
Error code for the cause of the error.
- Parameters:
errorCode
- Error code for the cause of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
Text message explaining the reason for the error.
- Parameters:
errorMessage
- Text message explaining the reason for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-