Package com.oracle.bmc.goldengate.model
Class DisasterRecoveryPrecheckResult.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.DisasterRecoveryPrecheckResult.Builder
-
- Enclosing class:
- DisasterRecoveryPrecheckResult
public static class DisasterRecoveryPrecheckResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public DisasterRecoveryPrecheckResult.Builder key(String key)
UUID to uniquely identify the each check result.- Parameters:
key- the value to set- Returns:
- this builder
-
displayName
public DisasterRecoveryPrecheckResult.Builder displayName(String displayName)
An object’s Display Name.- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public DisasterRecoveryPrecheckResult.Builder description(String description)
Metadata about this specific object.- Parameters:
description- the value to set- Returns:
- this builder
-
correctiveAction
public DisasterRecoveryPrecheckResult.Builder correctiveAction(String correctiveAction)
The corrective action for non-passing checks.Null for passed checks.
- Parameters:
correctiveAction- the value to set- Returns:
- this builder
-
status
public DisasterRecoveryPrecheckResult.Builder status(PrecheckStatus status)
Status of the DR precheck result.- Parameters:
status- the value to set- Returns:
- this builder
-
relatedResourceId
public DisasterRecoveryPrecheckResult.Builder relatedResourceId(String relatedResourceId)
The OCID of the resource related to the corresponding check.- Parameters:
relatedResourceId- the value to set- Returns:
- this builder
-
relatedResourceType
public DisasterRecoveryPrecheckResult.Builder relatedResourceType(RelatedResourceType relatedResourceType)
Type of resource related to corresponding check.- Parameters:
relatedResourceType- the value to set- Returns:
- this builder
-
code
public DisasterRecoveryPrecheckResult.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
- Parameters:
code- the value to set- Returns:
- this builder
-
build
public DisasterRecoveryPrecheckResult build()
-
copy
public DisasterRecoveryPrecheckResult.Builder copy(DisasterRecoveryPrecheckResult model)
-
-