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