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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequestLog
build()
WorkRequestLog.Builder
copy(WorkRequestLog model)
WorkRequestLog.Builder
message(String message)
The description of the event that occurred.WorkRequestLog.Builder
timestamp(Date timestamp)
The date and time the log entry occured, in the format defined by RFC3339.
-
-
-
Method Detail
-
message
public WorkRequestLog.Builder message(String message)
The description of the event that occurred.- Parameters:
message
- the value to set- Returns:
- this builder
-
timestamp
public 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
-
build
public WorkRequestLog build()
-
copy
public WorkRequestLog.Builder copy(WorkRequestLog model)
-
-