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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadMaskingLogDetails
build()
DownloadMaskingLogDetails.Builder
copy(DownloadMaskingLogDetails model)
DownloadMaskingLogDetails.Builder
maskingWorkRequestId(String maskingWorkRequestId)
The OCID of the masking work request that resulted in this masking log.DownloadMaskingLogDetails.Builder
targetId(String targetId)
The OCID of the target database for which the masking log is to be downloaded.
-
-
-
Method Detail
-
targetId
public 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
-
maskingWorkRequestId
public 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
-
build
public DownloadMaskingLogDetails build()
-
copy
public DownloadMaskingLogDetails.Builder copy(DownloadMaskingLogDetails model)
-
-