Class UploadSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.UploadSummary.Builder
-
- Enclosing class:
- UploadSummary
public static class UploadSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadSummary
build()
UploadSummary.Builder
copy(UploadSummary model)
UploadSummary.Builder
name(String name)
The name of the upload container.UploadSummary.Builder
reference(String reference)
Unique internal identifier to refer the upload container.UploadSummary.Builder
timeCreated(Date timeCreated)
The time when this upload container is created.UploadSummary.Builder
timeEarliestLogEntry(Date timeEarliestLogEntry)
This time represents the earliest time of the log entry in this container.UploadSummary.Builder
timeLatestLogEntry(Date timeLatestLogEntry)
This time represents the latest time of the log entry in this container.UploadSummary.Builder
timeUpdated(Date timeUpdated)
The latest time when this upload container is modified.UploadSummary.Builder
warningsCount(Integer warningsCount)
Number of warnings associated to the upload.
-
-
-
Method Detail
-
reference
public UploadSummary.Builder reference(String reference)
Unique internal identifier to refer the upload container.- Parameters:
reference
- the value to set- Returns:
- this builder
-
name
public UploadSummary.Builder name(String name)
The name of the upload container.- Parameters:
name
- the value to set- Returns:
- this builder
-
timeCreated
public UploadSummary.Builder timeCreated(Date timeCreated)
The time when this upload container is created.An RFC3339 formatted datetime string.
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public UploadSummary.Builder timeUpdated(Date timeUpdated)
The latest time when this upload container is modified.An RFC3339 formatted datetime string.
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
timeEarliestLogEntry
public UploadSummary.Builder timeEarliestLogEntry(Date timeEarliestLogEntry)
This time represents the earliest time of the log entry in this container.An RFC3339 formatted datetime string.
- Parameters:
timeEarliestLogEntry
- the value to set- Returns:
- this builder
-
timeLatestLogEntry
public UploadSummary.Builder timeLatestLogEntry(Date timeLatestLogEntry)
This time represents the latest time of the log entry in this container.An RFC3339 formatted datetime string.
- Parameters:
timeLatestLogEntry
- the value to set- Returns:
- this builder
-
warningsCount
public UploadSummary.Builder warningsCount(Integer warningsCount)
Number of warnings associated to the upload.- Parameters:
warningsCount
- the value to set- Returns:
- this builder
-
build
public UploadSummary build()
-
copy
public UploadSummary.Builder copy(UploadSummary model)
-
-