Package com.oracle.bmc.datasafe.model
Class FixedStringFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.FixedStringFormatEntry.Builder
-
- Enclosing class:
- FixedStringFormatEntry
public static class FixedStringFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedStringFormatEntry
build()
FixedStringFormatEntry.Builder
copy(FixedStringFormatEntry model)
FixedStringFormatEntry.Builder
description(String description)
FixedStringFormatEntry.Builder
fixedString(String fixedString)
The constant string to be used for masking.
-
-
-
Method Detail
-
description
public FixedStringFormatEntry.Builder description(String description)
-
fixedString
public FixedStringFormatEntry.Builder fixedString(String fixedString)
The constant string to be used for masking.- Parameters:
fixedString
- the value to set- Returns:
- this builder
-
build
public FixedStringFormatEntry build()
-
copy
public FixedStringFormatEntry.Builder copy(FixedStringFormatEntry model)
-
-