Package com.oracle.bmc.datasafe.model
Class FormatsForSensitiveType.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.FormatsForSensitiveType.Builder
-
- Enclosing class:
- FormatsForSensitiveType
public static class FormatsForSensitiveType.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatsForSensitiveTypebuild()FormatsForSensitiveType.Buildercopy(FormatsForSensitiveType model)FormatsForSensitiveType.BuildermaskingFormats(List<FormatSummary> maskingFormats)An array of the library masking formats compatible with the sensitive type.FormatsForSensitiveType.BuildersensitiveTypeId(String sensitiveTypeId)The OCID of the sensitive type.
-
-
-
Method Detail
-
sensitiveTypeId
public FormatsForSensitiveType.Builder sensitiveTypeId(String sensitiveTypeId)
The OCID of the sensitive type.- Parameters:
sensitiveTypeId- the value to set- Returns:
- this builder
-
maskingFormats
public FormatsForSensitiveType.Builder maskingFormats(List<FormatSummary> maskingFormats)
An array of the library masking formats compatible with the sensitive type.- Parameters:
maskingFormats- the value to set- Returns:
- this builder
-
build
public FormatsForSensitiveType build()
-
copy
public FormatsForSensitiveType.Builder copy(FormatsForSensitiveType model)
-
-