Class UploadWarningSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.UploadWarningSummary.Builder
 
- 
- Enclosing class:
- UploadWarningSummary
 
 public static class UploadWarningSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadWarningSummarybuild()UploadWarningSummary.Buildercopy(UploadWarningSummary model)UploadWarningSummary.BuildererrorMessage(String errorMessage)The details about upload processing failure.UploadWarningSummary.Builderreference(String reference)Unique internal identifier to refer upload warning.UploadWarningSummary.Builderstatus(String status)Status of the upload.UploadWarningSummary.BuildertimeStarted(Date timeStarted)The time when the upload processing started.
 
- 
- 
- 
Method Detail- 
referencepublic UploadWarningSummary.Builder reference(String reference) Unique internal identifier to refer upload warning.- Parameters:
- reference- the value to set
- Returns:
- this builder
 
 - 
statuspublic UploadWarningSummary.Builder status(String status) Status of the upload.Ex - Failed. - Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic UploadWarningSummary.Builder timeStarted(Date timeStarted) The time when the upload processing started.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
errorMessagepublic UploadWarningSummary.Builder errorMessage(String errorMessage) The details about upload processing failure.- Parameters:
- errorMessage- the value to set
- Returns:
- this builder
 
 - 
buildpublic UploadWarningSummary build() 
 - 
copypublic UploadWarningSummary.Builder copy(UploadWarningSummary model) 
 
- 
 
-