Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.RecordsIngested.Builder
-
Packages that use RecordsIngested.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of RecordsIngested.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return RecordsIngested.Builder Modifier and Type Method Description static RecordsIngested.BuilderRecordsIngested. builder()RecordsIngested.BuilderRecordsIngested.Builder. magneticStore(Integer magneticStore)Count of records ingested into the magnetic store.RecordsIngested.BuilderRecordsIngested.Builder. memoryStore(Integer memoryStore)Count of records ingested into the memory store.RecordsIngested.BuilderRecordsIngested. toBuilder()RecordsIngested.BuilderRecordsIngested.Builder. total(Integer total)Total count of successfully ingested records.Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type RecordsIngested.Builder Modifier and Type Method Description static Class<? extends RecordsIngested.Builder>RecordsIngested. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type RecordsIngested.Builder Modifier and Type Method Description default WriteRecordsResponse.BuilderWriteRecordsResponse.Builder. recordsIngested(Consumer<RecordsIngested.Builder> recordsIngested)Information on the records ingested by this request.
-