Class UploadWarningSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.UploadWarningSummary.Builder
-
- Enclosing class:
- UploadWarningSummary
public static class UploadWarningSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UploadWarningSummary
build()
UploadWarningSummary.Builder
copy(UploadWarningSummary model)
UploadWarningSummary.Builder
errorMessage(String errorMessage)
The details about upload processing failure.UploadWarningSummary.Builder
reference(String reference)
Unique internal identifier to refer upload warning.UploadWarningSummary.Builder
status(String status)
Status of the upload.UploadWarningSummary.Builder
timeStarted(Date timeStarted)
The time when the upload processing started.
-
-
-
Method Detail
-
reference
public UploadWarningSummary.Builder reference(String reference)
Unique internal identifier to refer upload warning.- Parameters:
reference
- the value to set- Returns:
- this builder
-
status
public UploadWarningSummary.Builder status(String status)
Status of the upload.Ex - Failed.
- Parameters:
status
- the value to set- Returns:
- this builder
-
timeStarted
public UploadWarningSummary.Builder timeStarted(Date timeStarted)
The time when the upload processing started.- Parameters:
timeStarted
- the value to set- Returns:
- this builder
-
errorMessage
public UploadWarningSummary.Builder errorMessage(String errorMessage)
The details about upload processing failure.- Parameters:
errorMessage
- the value to set- Returns:
- this builder
-
build
public UploadWarningSummary build()
-
copy
public UploadWarningSummary.Builder copy(UploadWarningSummary model)
-
-