Package com.oracle.bmc.goldengate.model
Class TestConnectionAssignmentError.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.TestConnectionAssignmentError.Builder
 
- 
- Enclosing class:
- TestConnectionAssignmentError
 
 public static class TestConnectionAssignmentError.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TestConnectionAssignmentError.Builderaction(String action)The text describing the action required to fix the issue.TestConnectionAssignmentErrorbuild()TestConnectionAssignmentError.Buildercode(String code)A short error code that defines the error, meant for programmatic parsing.TestConnectionAssignmentError.Buildercopy(TestConnectionAssignmentError model)TestConnectionAssignmentError.Builderissue(String issue)The text describing the root cause of the reported issue.TestConnectionAssignmentError.Buildermessage(String message)A human-readable error string.
 
- 
- 
- 
Method Detail- 
codepublic TestConnectionAssignmentError.Builder code(String code) A short error code that defines the error, meant for programmatic parsing.- Parameters:
- code- the value to set
- Returns:
- this builder
 
 - 
messagepublic TestConnectionAssignmentError.Builder message(String message) A human-readable error string.- Parameters:
- message- the value to set
- Returns:
- this builder
 
 - 
issuepublic TestConnectionAssignmentError.Builder issue(String issue) The text describing the root cause of the reported issue.- Parameters:
- issue- the value to set
- Returns:
- this builder
 
 - 
actionpublic TestConnectionAssignmentError.Builder action(String action) The text describing the action required to fix the issue.- Parameters:
- action- the value to set
- Returns:
- this builder
 
 - 
buildpublic TestConnectionAssignmentError build() 
 - 
copypublic TestConnectionAssignmentError.Builder copy(TestConnectionAssignmentError model) 
 
- 
 
-