Class UploadSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.UploadSummary.Builder
 
- 
- Enclosing class:
- UploadSummary
 
 public static class UploadSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadSummarybuild()UploadSummary.Buildercopy(UploadSummary model)UploadSummary.Buildername(String name)The name of the upload container.UploadSummary.Builderreference(String reference)Unique internal identifier to refer the upload container.UploadSummary.BuildertimeCreated(Date timeCreated)The time when this upload container is created.UploadSummary.BuildertimeEarliestLogEntry(Date timeEarliestLogEntry)This time represents the earliest time of the log entry in this container.UploadSummary.BuildertimeLatestLogEntry(Date timeLatestLogEntry)This time represents the latest time of the log entry in this container.UploadSummary.BuildertimeUpdated(Date timeUpdated)The latest time when this upload container is modified.UploadSummary.BuilderwarningsCount(Integer warningsCount)Number of warnings associated to the upload.
 
- 
- 
- 
Method Detail- 
referencepublic UploadSummary.Builder reference(String reference) Unique internal identifier to refer the upload container.- Parameters:
- reference- the value to set
- Returns:
- this builder
 
 - 
namepublic UploadSummary.Builder name(String name) The name of the upload container.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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
 
 - 
timeUpdatedpublic 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
 
 - 
timeEarliestLogEntrypublic 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
 
 - 
timeLatestLogEntrypublic 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
 
 - 
warningsCountpublic UploadSummary.Builder warningsCount(Integer warningsCount) Number of warnings associated to the upload.- Parameters:
- warningsCount- the value to set
- Returns:
- this builder
 
 - 
buildpublic UploadSummary build() 
 - 
copypublic UploadSummary.Builder copy(UploadSummary model) 
 
- 
 
-