Package com.oracle.bmc.datasafe.model
Class DownloadMaskingPolicyDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.DownloadMaskingPolicyDetails.Builder
-
- Enclosing class:
- DownloadMaskingPolicyDetails
public static class DownloadMaskingPolicyDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadMaskingPolicyDetails
build()
DownloadMaskingPolicyDetails.Builder
copy(DownloadMaskingPolicyDetails model)
DownloadMaskingPolicyDetails.Builder
policyFormat(PolicyFormat policyFormat)
The format of the masking policy file.
-
-
-
Method Detail
-
policyFormat
public DownloadMaskingPolicyDetails.Builder policyFormat(PolicyFormat policyFormat)
The format of the masking policy file.- Parameters:
policyFormat
- the value to set- Returns:
- this builder
-
build
public DownloadMaskingPolicyDetails build()
-
copy
public DownloadMaskingPolicyDetails.Builder copy(DownloadMaskingPolicyDetails model)
-
-