Interface BatchDeviceErrorResponseItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeviceErrorResponseItem.Builder,,BatchDeviceErrorResponseItem> SdkBuilder<BatchDeviceErrorResponseItem.Builder,,BatchDeviceErrorResponseItem> SdkPojo
- Enclosing class:
BatchDeviceErrorResponseItem
@Mutable
@NotThreadSafe
public static interface BatchDeviceErrorResponseItem.Builder
extends SdkPojo, CopyableBuilder<BatchDeviceErrorResponseItem.Builder,BatchDeviceErrorResponseItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe application ID of the device that failed to be processed.The field that caused the error.A description of why the device operation failed.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 field that caused the error.
- Parameters:
field- The field that caused the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
A description of why the device operation failed.
- Parameters:
reason- A description of why the device operation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appId
The application ID of the device that failed to be processed.
- Parameters:
appId- The application ID of the device that failed to be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-