Class WorkRequestError.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerinstances.model.WorkRequestError.Builder
 
- 
- Enclosing class:
- WorkRequestError
 
 public static class WorkRequestError.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkRequestErrorbuild()WorkRequestError.Buildercode(String code)A machine-usable code for the error that occured.WorkRequestError.Buildercopy(WorkRequestError model)WorkRequestError.Buildermessage(String message)A description of the issue encountered.WorkRequestError.Buildertimestamp(Date timestamp)The time the error occured, in the format defined by RFC 3339.
 
- 
- 
- 
Method Detail- 
codepublic WorkRequestError.Builder code(String code) A machine-usable code for the error that occured.See API Errors for a list of error codes. - Parameters:
- code- the value to set
- Returns:
- this builder
 
 - 
messagepublic WorkRequestError.Builder message(String message) A description of the issue encountered.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
timestamppublic WorkRequestError.Builder timestamp(Date timestamp) The time the error occured, in the format defined by RFC 3339.- Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
buildpublic WorkRequestError build() 
 - 
copypublic WorkRequestError.Builder copy(WorkRequestError model) 
 
- 
 
-