public static class TestPipelineConnectionError.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TestPipelineConnectionError.Builder |
action(String action)
The text describing the action required to fix the issue.
|
TestPipelineConnectionError |
build() |
TestPipelineConnectionError.Builder |
code(String code)
A short error code that defines the error, meant for programmatic parsing.
|
TestPipelineConnectionError.Builder |
copy(TestPipelineConnectionError model) |
TestPipelineConnectionError.Builder |
issue(String issue)
The text describing the root cause of the reported issue.
|
TestPipelineConnectionError.Builder |
message(String message)
A human-readable error string.
|
public TestPipelineConnectionError.Builder code(String code)
A short error code that defines the error, meant for programmatic parsing.
code
- the value to setpublic TestPipelineConnectionError.Builder message(String message)
A human-readable error string.
message
- the value to setpublic TestPipelineConnectionError.Builder issue(String issue)
The text describing the root cause of the reported issue.
issue
- the value to setpublic TestPipelineConnectionError.Builder action(String action)
The text describing the action required to fix the issue.
action
- the value to setpublic TestPipelineConnectionError build()
public TestPipelineConnectionError.Builder copy(TestPipelineConnectionError model)
Copyright © 2016–2024. All rights reserved.