Interface BatchPutProfileObjectErrorItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchPutProfileObjectErrorItem.Builder,,BatchPutProfileObjectErrorItem> SdkBuilder<BatchPutProfileObjectErrorItem.Builder,,BatchPutProfileObjectErrorItem> SdkPojo
- Enclosing class:
BatchPutProfileObjectErrorItem
@Mutable
@NotThreadSafe
public static interface BatchPutProfileObjectErrorItem.Builder
extends SdkPojo, CopyableBuilder<BatchPutProfileObjectErrorItem.Builder,BatchPutProfileObjectErrorItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe HTTP status code for the error.The unique identifier of the item in the batch request that failed.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
-
id
The unique identifier of the item in the batch request that failed.
- Parameters:
id- The unique identifier of the item in the batch request that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The HTTP status code for the error.
- Parameters:
code- The HTTP status code for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-