public static interface UnsuccessfulItem.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UnsuccessfulItem.Builder,UnsuccessfulItem>
| Modifier and Type | Method and Description |
|---|---|
UnsuccessfulItem.Builder |
error(UnsuccessfulItemError error)
Information about the error.
|
UnsuccessfulItem.Builder |
resourceId(String resourceId)
The ID of the resource.
|
copyapply, buildUnsuccessfulItem.Builder error(UnsuccessfulItemError error)
Information about the error.
error - Information about the error.UnsuccessfulItem.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.Copyright © 2017. All rights reserved.