Interface FailedItemDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedItemDetails.Builder,
,FailedItemDetails> SdkBuilder<FailedItemDetails.Builder,
,FailedItemDetails> SdkPojo
- Enclosing class:
FailedItemDetails
public static interface FailedItemDetails.Builder
extends SdkPojo, CopyableBuilder<FailedItemDetails.Builder,FailedItemDetails>
-
Method Summary
Modifier and TypeMethodDescriptionfailureCode
(String failureCode) The status code of a failed item.failureCode
(FailedItemErrorCode failureCode) The status code of a failed item.Indicates whether you can immediately retry a request for this item for a specified resource.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, sdkFields
-
Method Details
-
failureCode
The status code of a failed item.
- Parameters:
failureCode
- The status code of a failed item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureCode
The status code of a failed item.
- Parameters:
failureCode
- The status code of a failed item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retryable
Indicates whether you can immediately retry a request for this item for a specified resource.
- Parameters:
retryableValue
- Indicates whether you can immediately retry a request for this item for a specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-