Package com.oracle.bmc.datasafe.model
Class LibraryMaskingFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.LibraryMaskingFormatEntry.Builder
-
- Enclosing class:
- LibraryMaskingFormatEntry
public static class LibraryMaskingFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LibraryMaskingFormatEntry
build()
LibraryMaskingFormatEntry.Builder
copy(LibraryMaskingFormatEntry model)
LibraryMaskingFormatEntry.Builder
description(String description)
LibraryMaskingFormatEntry.Builder
libraryMaskingFormatId(String libraryMaskingFormatId)
The OCID of the library masking format.
-
-
-
Method Detail
-
description
public LibraryMaskingFormatEntry.Builder description(String description)
-
libraryMaskingFormatId
public LibraryMaskingFormatEntry.Builder libraryMaskingFormatId(String libraryMaskingFormatId)
The OCID of the library masking format.- Parameters:
libraryMaskingFormatId
- the value to set- Returns:
- this builder
-
build
public LibraryMaskingFormatEntry build()
-
copy
public LibraryMaskingFormatEntry.Builder copy(LibraryMaskingFormatEntry model)
-
-