public static class PatternFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatternFormatEntry |
build() |
PatternFormatEntry.Builder |
copy(PatternFormatEntry model) |
PatternFormatEntry.Builder |
description(String description) |
PatternFormatEntry.Builder |
pattern(String pattern)
The pattern that should be used to mask data.
|
public PatternFormatEntry.Builder description(String description)
public PatternFormatEntry.Builder pattern(String pattern)
The pattern that should be used to mask data.
pattern
- the value to setpublic PatternFormatEntry build()
public PatternFormatEntry.Builder copy(PatternFormatEntry model)
Copyright © 2016–2024. All rights reserved.