CopyableBuilder<PutRecordBatchResponseEntry.Builder,PutRecordBatchResponseEntry>, SdkBuilder<PutRecordBatchResponseEntry.Builder,PutRecordBatchResponseEntry>public static interface PutRecordBatchResponseEntry.Builder extends CopyableBuilder<PutRecordBatchResponseEntry.Builder,PutRecordBatchResponseEntry>
| Modifier and Type | Method | Description |
|---|---|---|
PutRecordBatchResponseEntry.Builder |
errorCode(String errorCode) |
The error code for an individual record result.
|
PutRecordBatchResponseEntry.Builder |
errorMessage(String errorMessage) |
The error message for an individual record result.
|
PutRecordBatchResponseEntry.Builder |
recordId(String recordId) |
The ID of the record.
|
copyapply, buildPutRecordBatchResponseEntry.Builder recordId(String recordId)
The ID of the record.
recordId - The ID of the record.PutRecordBatchResponseEntry.Builder errorCode(String errorCode)
The error code for an individual record result.
errorCode - The error code for an individual record result.PutRecordBatchResponseEntry.Builder errorMessage(String errorMessage)
The error message for an individual record result.
errorMessage - The error message for an individual record result.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.