public static class DownloadMaskingLogDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DownloadMaskingLogDetails.Builder targetId(String targetId)
The OCID of the target database for which the masking log is to be downloaded.
targetId
- the value to setpublic DownloadMaskingLogDetails.Builder maskingWorkRequestId(String maskingWorkRequestId)
The OCID of the masking work request that resulted in this masking log.
maskingWorkRequestId
- the value to setpublic DownloadMaskingLogDetails build()
public DownloadMaskingLogDetails.Builder copy(DownloadMaskingLogDetails model)
Copyright © 2016–2024. All rights reserved.