public static class SensitiveAttribute.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SensitiveAttribute |
build() |
SensitiveAttribute.Builder |
copy(SensitiveAttribute model) |
SensitiveAttribute.Builder |
secretConfig(SecretConfig secretConfig) |
SensitiveAttribute.Builder |
value(String value)
Attribute to provide sensitive content.
|
public SensitiveAttribute.Builder secretConfig(SecretConfig secretConfig)
public SensitiveAttribute.Builder value(String value)
Attribute to provide sensitive content.
value
- the value to setpublic SensitiveAttribute build()
public SensitiveAttribute.Builder copy(SensitiveAttribute model)
Copyright © 2016–2024. All rights reserved.