Package com.oracle.bmc.goldengate.model
Class CollectPipelineDiagnosticDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.CollectPipelineDiagnosticDetails.Builder
-
- Enclosing class:
- CollectPipelineDiagnosticDetails
public static class CollectPipelineDiagnosticDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectPipelineDiagnosticDetails.Builder
bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storageCollectPipelineDiagnosticDetails
build()
CollectPipelineDiagnosticDetails.Builder
copy(CollectPipelineDiagnosticDetails model)
CollectPipelineDiagnosticDetails.Builder
diagnosticNamePrefix(String diagnosticNamePrefix)
Name of the diagnostic collected and uploaded to object storageCollectPipelineDiagnosticDetails.Builder
namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets
-
-
-
Method Detail
-
namespaceName
public CollectPipelineDiagnosticDetails.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 CollectPipelineDiagnosticDetails.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
-
diagnosticNamePrefix
public CollectPipelineDiagnosticDetails.Builder diagnosticNamePrefix(String diagnosticNamePrefix)
Name of the diagnostic collected and uploaded to object storage- Parameters:
diagnosticNamePrefix
- the value to set- Returns:
- this builder
-
build
public CollectPipelineDiagnosticDetails build()
-
copy
public CollectPipelineDiagnosticDetails.Builder copy(CollectPipelineDiagnosticDetails model)
-
-