Class NodeError.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.NodeError.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeErrorbuild()NodeError.Buildercode(String code)A short error code that defines the error, meant for programmatic parsing.NodeError.Buildercopy(NodeError model)NodeError.Buildermessage(String message)A human-readable error string.
 
- 
- 
- 
Method Detail- 
codepublic NodeError.Builder code(String code) A short error code that defines the error, meant for programmatic parsing.See API Errors. - Parameters:
- code- the value to set
- Returns:
- this builder
 
 - 
messagepublic NodeError.Builder message(String message) A human-readable error string.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
buildpublic NodeError build() 
 - 
copypublic NodeError.Builder copy(NodeError model) 
 
- 
 
-