Package com.oracle.bmc.goldengate.model
Class PipelineDiagnosticData.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.PipelineDiagnosticData.Builder
-
- Enclosing class:
- PipelineDiagnosticData
public static class PipelineDiagnosticData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineDiagnosticData.Builder
bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storagePipelineDiagnosticData
build()
PipelineDiagnosticData.Builder
copy(PipelineDiagnosticData model)
PipelineDiagnosticData.Builder
diagnosticState(PipelineDiagnosticState diagnosticState)
The state of the pipeline diagnostics collection.PipelineDiagnosticData.Builder
namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your bucketsPipelineDiagnosticData.Builder
objectName(String objectName)
Name of the diagnostic collected and uploaded to object storagePipelineDiagnosticData.Builder
timeLastCollected(Date timeLastCollected)
The date and time the diagnostic data was last collected for the pipeline.
-
-
-
Method Detail
-
namespaceName
public PipelineDiagnosticData.Builder namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public PipelineDiagnosticData.Builder bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
objectName
public PipelineDiagnosticData.Builder objectName(String objectName)
Name of the diagnostic collected and uploaded to object storage- Parameters:
objectName
- the value to set- Returns:
- this builder
-
diagnosticState
public PipelineDiagnosticData.Builder diagnosticState(PipelineDiagnosticState diagnosticState)
The state of the pipeline diagnostics collection.- Parameters:
diagnosticState
- the value to set- Returns:
- this builder
-
timeLastCollected
public PipelineDiagnosticData.Builder timeLastCollected(Date timeLastCollected)
The date and time the diagnostic data was last collected for the pipeline.The format is defined by RFC3339, such as 2024-07-25T21:10:29.600Z.
- Parameters:
timeLastCollected
- the value to set- Returns:
- this builder
-
build
public PipelineDiagnosticData build()
-
copy
public PipelineDiagnosticData.Builder copy(PipelineDiagnosticData model)
-
-