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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineDiagnosticData.BuilderbucketName(String bucketName)Name of the bucket where the object is to be uploaded in the object storagePipelineDiagnosticDatabuild()PipelineDiagnosticData.Buildercopy(PipelineDiagnosticData model)PipelineDiagnosticData.BuilderdiagnosticState(PipelineDiagnosticState diagnosticState)The state of the pipeline diagnostics collection.PipelineDiagnosticData.BuildernamespaceName(String namespaceName)Name of namespace that serves as a container for all of your bucketsPipelineDiagnosticData.BuilderobjectName(String objectName)Name of the diagnostic collected and uploaded to object storagePipelineDiagnosticData.BuildertimeLastCollected(Date timeLastCollected)The date and time the diagnostic data was last collected for the pipeline.
 
- 
- 
- 
Method Detail- 
namespaceNamepublic 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
 
 - 
bucketNamepublic 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
 
 - 
objectNamepublic PipelineDiagnosticData.Builder objectName(String objectName) Name of the diagnostic collected and uploaded to object storage- Parameters:
- objectName- the value to set
- Returns:
- this builder
 
 - 
diagnosticStatepublic PipelineDiagnosticData.Builder diagnosticState(PipelineDiagnosticState diagnosticState) The state of the pipeline diagnostics collection.- Parameters:
- diagnosticState- the value to set
- Returns:
- this builder
 
 - 
timeLastCollectedpublic 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
 
 - 
buildpublic PipelineDiagnosticData build() 
 - 
copypublic PipelineDiagnosticData.Builder copy(PipelineDiagnosticData model) 
 
- 
 
-