Class ErrorEntity.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicemanagerproxy.model.ErrorEntity.Builder
 
- 
- Enclosing class:
- ErrorEntity
 
 public static class ErrorEntity.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorEntitybuild()ErrorEntity.Buildercode(String code)A short error code that defines the error.ErrorEntity.Buildercopy(ErrorEntity model)ErrorEntity.Buildermessage(String message)A human-readable error string.
 
- 
- 
- 
Method Detail- 
codepublic ErrorEntity.Builder code(String code) A short error code that defines the error.- Parameters:
- code- the value to set
- Returns:
- this builder
 
 - 
messagepublic ErrorEntity.Builder message(String message) A human-readable error string.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
buildpublic ErrorEntity build() 
 - 
copypublic ErrorEntity.Builder copy(ErrorEntity model) 
 
- 
 
-