Uses of Class
com.oracle.bmc.dataintegration.model.SensitiveAttribute.Builder
-
Packages that use SensitiveAttribute.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of SensitiveAttribute.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SensitiveAttribute.Builder Modifier and Type Method Description static SensitiveAttribute.Builder
SensitiveAttribute. builder()
Create a new builder.SensitiveAttribute.Builder
SensitiveAttribute.Builder. copy(SensitiveAttribute model)
SensitiveAttribute.Builder
SensitiveAttribute.Builder. secretConfig(SecretConfig secretConfig)
SensitiveAttribute.Builder
SensitiveAttribute. toBuilder()
SensitiveAttribute.Builder
SensitiveAttribute.Builder. value(String value)
Attribute to provide sensitive content.
-