Interface RecordsIngested.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RecordsIngested.Builder,RecordsIngested>, SdkBuilder<RecordsIngested.Builder,RecordsIngested>, SdkPojo
Enclosing class:
RecordsIngested

public static interface RecordsIngested.Builder extends SdkPojo, CopyableBuilder<RecordsIngested.Builder,RecordsIngested>
  • Method Details

    • total

      Total count of successfully ingested records.

      Parameters:
      total - Total count of successfully ingested records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memoryStore

      RecordsIngested.Builder memoryStore(Integer memoryStore)

      Count of records ingested into the memory store.

      Parameters:
      memoryStore - Count of records ingested into the memory store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • magneticStore

      RecordsIngested.Builder magneticStore(Integer magneticStore)

      Count of records ingested into the magnetic store.

      Parameters:
      magneticStore - Count of records ingested into the magnetic store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.