Package com.oracle.bmc.identity.model
Class TaggingWorkRequestErrorSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.TaggingWorkRequestErrorSummary.Builder
-
- Enclosing class:
- TaggingWorkRequestErrorSummary
public static class TaggingWorkRequestErrorSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggingWorkRequestErrorSummarybuild()TaggingWorkRequestErrorSummary.Buildercode(String code)A machine-usable code for the error that occured.TaggingWorkRequestErrorSummary.Buildercopy(TaggingWorkRequestErrorSummary model)TaggingWorkRequestErrorSummary.Buildermessage(String message)A human-readable error string.TaggingWorkRequestErrorSummary.Buildertimestamp(Date timestamp)Date and time the error happened, in the format defined by RFC3339.
-
-
-
Method Detail
-
code
public TaggingWorkRequestErrorSummary.Builder code(String code)
A machine-usable code for the error that occured.- Parameters:
code- the value to set- Returns:
- this builder
-
message
public TaggingWorkRequestErrorSummary.Builder message(String message)
A human-readable error string.- Parameters:
message- the value to set- Returns:
- this builder
-
timestamp
public TaggingWorkRequestErrorSummary.Builder timestamp(Date timestamp)
Date and time the error happened, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timestamp- the value to set- Returns:
- this builder
-
build
public TaggingWorkRequestErrorSummary build()
-
copy
public TaggingWorkRequestErrorSummary.Builder copy(TaggingWorkRequestErrorSummary model)
-
-