Package com.oracle.bmc.goldengate.model
Class CollectDeploymentDiagnosticDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.CollectDeploymentDiagnosticDetails.Builder
 
- 
- Enclosing class:
- CollectDeploymentDiagnosticDetails
 
 public static class CollectDeploymentDiagnosticDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectDeploymentDiagnosticDetails.BuilderbucketName(String bucketName)Name of the bucket where the object is to be uploaded in the object storageCollectDeploymentDiagnosticDetailsbuild()CollectDeploymentDiagnosticDetails.Buildercopy(CollectDeploymentDiagnosticDetails model)CollectDeploymentDiagnosticDetails.BuilderdiagnosticNamePrefix(String diagnosticNamePrefix)Prefix of the diagnostic collected and uploaded to object storageCollectDeploymentDiagnosticDetails.BuildernamespaceName(String namespaceName)Name of namespace that serves as a container for all of your bucketsCollectDeploymentDiagnosticDetails.BuildertimeDiagnosticEnd(Date timeDiagnosticEnd)The time until which the diagnostic collection should collect the logs.CollectDeploymentDiagnosticDetails.BuildertimeDiagnosticStart(Date timeDiagnosticStart)The time from which the diagnostic collection should collect the logs.
 
- 
- 
- 
Method Detail- 
namespaceNamepublic CollectDeploymentDiagnosticDetails.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 CollectDeploymentDiagnosticDetails.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 CollectDeploymentDiagnosticDetails.Builder diagnosticNamePrefix(String diagnosticNamePrefix) Prefix of the diagnostic collected and uploaded to object storage- Parameters:
- diagnosticNamePrefix- the value to set
- Returns:
- this builder
 
 - 
timeDiagnosticStartpublic CollectDeploymentDiagnosticDetails.Builder timeDiagnosticStart(Date timeDiagnosticStart) The time from which the diagnostic collection should collect the logs.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - Parameters:
- timeDiagnosticStart- the value to set
- Returns:
- this builder
 
 - 
timeDiagnosticEndpublic CollectDeploymentDiagnosticDetails.Builder timeDiagnosticEnd(Date timeDiagnosticEnd) The time until which the diagnostic collection should collect the logs.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - Parameters:
- timeDiagnosticEnd- the value to set
- Returns:
- this builder
 
 - 
buildpublic CollectDeploymentDiagnosticDetails build() 
 - 
copypublic CollectDeploymentDiagnosticDetails.Builder copy(CollectDeploymentDiagnosticDetails model) 
 
- 
 
-