Class SensitiveAttribute.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.SensitiveAttribute.Builder
-
- Enclosing class:
- SensitiveAttribute
public static class SensitiveAttribute.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SensitiveAttribute
build()
SensitiveAttribute.Builder
copy(SensitiveAttribute model)
SensitiveAttribute.Builder
secretConfig(SecretConfig secretConfig)
SensitiveAttribute.Builder
value(String value)
Attribute to provide sensitive content.
-
-
-
Method Detail
-
secretConfig
public SensitiveAttribute.Builder secretConfig(SecretConfig secretConfig)
-
value
public SensitiveAttribute.Builder value(String value)
Attribute to provide sensitive content.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public SensitiveAttribute build()
-
copy
public SensitiveAttribute.Builder copy(SensitiveAttribute model)
-
-