Package com.oracle.bmc.analytics.model
Class WorkRequestLog.Builder
- java.lang.Object
- 
- com.oracle.bmc.analytics.model.WorkRequestLog.Builder
 
- 
- Enclosing class:
- WorkRequestLog
 
 public static class WorkRequestLog.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequestLogbuild()WorkRequestLog.Buildercopy(WorkRequestLog model)WorkRequestLog.Buildermessage(String message)The description of the event that occurred.WorkRequestLog.Buildertimestamp(Date timestamp)The date and time the log entry occured, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
messagepublic WorkRequestLog.Builder message(String message) The description of the event that occurred.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
timestamppublic WorkRequestLog.Builder timestamp(Date timestamp) The date and time the log entry occured, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
buildpublic WorkRequestLog build() 
 - 
copypublic WorkRequestLog.Builder copy(WorkRequestLog model) 
 
- 
 
-