Uses of Interface
software.amazon.awssdk.services.firehose.model.PutRecordBatchResponse.Builder
-
Packages that use PutRecordBatchResponse.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of PutRecordBatchResponse.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return PutRecordBatchResponse.Builder Modifier and Type Method Description static PutRecordBatchResponse.BuilderPutRecordBatchResponse. builder()PutRecordBatchResponse.BuilderPutRecordBatchResponse.Builder. encrypted(Boolean encrypted)Indicates whether server-side encryption (SSE) was enabled during this operation.PutRecordBatchResponse.BuilderPutRecordBatchResponse.Builder. failedPutCount(Integer failedPutCount)The number of records that might have failed processing.PutRecordBatchResponse.BuilderPutRecordBatchResponse.Builder. requestResponses(Collection<PutRecordBatchResponseEntry> requestResponses)The results array.PutRecordBatchResponse.BuilderPutRecordBatchResponse.Builder. requestResponses(Consumer<PutRecordBatchResponseEntry.Builder>... requestResponses)The results array.PutRecordBatchResponse.BuilderPutRecordBatchResponse.Builder. requestResponses(PutRecordBatchResponseEntry... requestResponses)The results array.PutRecordBatchResponse.BuilderPutRecordBatchResponse. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type PutRecordBatchResponse.Builder Modifier and Type Method Description static Class<? extends PutRecordBatchResponse.Builder>PutRecordBatchResponse. serializableBuilderClass()
-