Package com.oracle.bmc.identity.model
Class IamWorkRequestLogSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.identity.model.IamWorkRequestLogSummary.Builder
 
- 
- Enclosing class:
- IamWorkRequestLogSummary
 
 public static class IamWorkRequestLogSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IamWorkRequestLogSummarybuild()IamWorkRequestLogSummary.Buildercopy(IamWorkRequestLogSummary model)IamWorkRequestLogSummary.Buildermessage(String message)A human-readable error string.IamWorkRequestLogSummary.Buildertimestamp(Date timestamp)Date and time the log was written, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
messagepublic IamWorkRequestLogSummary.Builder message(String message) A human-readable error string.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
timestamppublic IamWorkRequestLogSummary.Builder timestamp(Date timestamp) Date and time the log was written, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z - Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
buildpublic IamWorkRequestLogSummary build() 
 - 
copypublic IamWorkRequestLogSummary.Builder copy(IamWorkRequestLogSummary model) 
 
- 
 
-