@Value.Immutable
public interface WriteRecordResult
| Modifier and Type | Method and Description |
|---|---|
String |
errorMessage()
Error message if the record is not written to the destination successfully.
|
boolean |
isSuccess()
Specifies if the record is written successfully or not.
|
String |
recordId()
Unique identifier for the record.
|
Copyright © 2021–2022 Amazon Web Services. All rights reserved.