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