public static class StepMessage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StepMessage |
build() |
StepMessage.Builder |
code(String code)
The code returned when GoldenGate reports an error while running a step during pipeline
initialization.
|
StepMessage.Builder |
copy(StepMessage model) |
StepMessage.Builder |
message(String message)
The status message of the steps in a recipe during pipeline initialization.
|
StepMessage.Builder |
severity(SeverityType severity)
The severity returned when calling GoldenGate API messages for a step in a recipe during
pipeline initialization.
|
StepMessage.Builder |
timestamp(Date timestamp)
Date and time of a message issued by steps in a recipe during pipeline initialization.
|
public StepMessage.Builder message(String message)
The status message of the steps in a recipe during pipeline initialization. https://docs.oracle.com/en/middleware/goldengate/core/23/oggra/rest-endpoints.html
message
- the value to setpublic StepMessage.Builder code(String code)
The code returned when GoldenGate reports an error while running a step during pipeline initialization. https://docs.oracle.com/en/middleware/goldengate/core/23/error-messages/ogg-00001-ogg-40000.html#GUID-97FF7AA7-7A5C-4AA7-B29F-3CC8D26761F2
code
- the value to setpublic StepMessage.Builder timestamp(Date timestamp)
Date and time of a message issued by steps in a recipe during pipeline initialization.
The format is defined by RFC3339, such as 2024-07-25T21:10:29.600Z
.
timestamp
- the value to setpublic StepMessage.Builder severity(SeverityType severity)
The severity returned when calling GoldenGate API messages for a step in a recipe during pipeline initialization. https://docs.oracle.com/en/middleware/goldengate/core/23/oggra/rest-endpoints.html
severity
- the value to setpublic StepMessage build()
public StepMessage.Builder copy(StepMessage model)
Copyright © 2016–2024. All rights reserved.