Uses of Interface
software.amazon.awssdk.services.firehose.model.PutRecordBatchResponseEntry.Builder
-
Packages that use PutRecordBatchResponseEntry.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of PutRecordBatchResponseEntry.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return PutRecordBatchResponseEntry.Builder Modifier and Type Method Description static PutRecordBatchResponseEntry.BuilderPutRecordBatchResponseEntry. builder()PutRecordBatchResponseEntry.BuilderPutRecordBatchResponseEntry.Builder. errorCode(String errorCode)The error code for an individual record result.PutRecordBatchResponseEntry.BuilderPutRecordBatchResponseEntry.Builder. errorMessage(String errorMessage)The error message for an individual record result.PutRecordBatchResponseEntry.BuilderPutRecordBatchResponseEntry.Builder. recordId(String recordId)The ID of the record.PutRecordBatchResponseEntry.BuilderPutRecordBatchResponseEntry. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type PutRecordBatchResponseEntry.Builder Modifier and Type Method Description static Class<? extends PutRecordBatchResponseEntry.Builder>PutRecordBatchResponseEntry. serializableBuilderClass()
-