Package com.oracle.bmc.datasafe.model
Class DownloadMaskingLogDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.DownloadMaskingLogDetails.Builder
 
- 
- Enclosing class:
- DownloadMaskingLogDetails
 
 public static class DownloadMaskingLogDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadMaskingLogDetailsbuild()DownloadMaskingLogDetails.Buildercopy(DownloadMaskingLogDetails model)DownloadMaskingLogDetails.BuildermaskingWorkRequestId(String maskingWorkRequestId)The OCID of the masking work request that resulted in this masking log.DownloadMaskingLogDetails.BuildertargetId(String targetId)The OCID of the target database for which the masking log is to be downloaded.
 
- 
- 
- 
Method Detail- 
targetIdpublic DownloadMaskingLogDetails.Builder targetId(String targetId) The OCID of the target database for which the masking log is to be downloaded.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
maskingWorkRequestIdpublic DownloadMaskingLogDetails.Builder maskingWorkRequestId(String maskingWorkRequestId) The OCID of the masking work request that resulted in this masking log.- Parameters:
- maskingWorkRequestId- the value to set
- Returns:
- this builder
 
 - 
buildpublic DownloadMaskingLogDetails build() 
 - 
copypublic DownloadMaskingLogDetails.Builder copy(DownloadMaskingLogDetails model) 
 
- 
 
-