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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectPipelineDiagnosticDetails.BuilderbucketName(String bucketName)Name of the bucket where the object is to be uploaded in the object storageCollectPipelineDiagnosticDetailsbuild()CollectPipelineDiagnosticDetails.Buildercopy(CollectPipelineDiagnosticDetails model)CollectPipelineDiagnosticDetails.BuilderdiagnosticNamePrefix(String diagnosticNamePrefix)Name of the diagnostic collected and uploaded to object storageCollectPipelineDiagnosticDetails.BuildernamespaceName(String namespaceName)Name of namespace that serves as a container for all of your buckets
 
- 
- 
- 
Method Detail- 
namespaceNamepublic 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
 
 - 
bucketNamepublic 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
 
 - 
diagnosticNamePrefixpublic CollectPipelineDiagnosticDetails.Builder diagnosticNamePrefix(String diagnosticNamePrefix) Name of the diagnostic collected and uploaded to object storage- Parameters:
- diagnosticNamePrefix- the value to set
- Returns:
- this builder
 
 - 
buildpublic CollectPipelineDiagnosticDetails build() 
 - 
copypublic CollectPipelineDiagnosticDetails.Builder copy(CollectPipelineDiagnosticDetails model) 
 
- 
 
-