Package com.oracle.bmc.identity.model
Class TaggingWorkRequestLogSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.TaggingWorkRequestLogSummary.Builder
-
- Enclosing class:
- TaggingWorkRequestLogSummary
public static class TaggingWorkRequestLogSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggingWorkRequestLogSummary
build()
TaggingWorkRequestLogSummary.Builder
copy(TaggingWorkRequestLogSummary model)
TaggingWorkRequestLogSummary.Builder
message(String message)
A human-readable error string.TaggingWorkRequestLogSummary.Builder
timestamp(Date timestamp)
Date and time the log was written, in the format defined by RFC3339.
-
-
-
Method Detail
-
message
public TaggingWorkRequestLogSummary.Builder message(String message)
A human-readable error string.- Parameters:
message
- the value to set- Returns:
- this builder
-
timestamp
public TaggingWorkRequestLogSummary.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
-
build
public TaggingWorkRequestLogSummary build()
-
copy
public TaggingWorkRequestLogSummary.Builder copy(TaggingWorkRequestLogSummary model)
-
-