public static class FormatSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public FormatSummary.Builder id(String id)
The OCID of the masking format.
id
- the value to setpublic FormatSummary.Builder name(String name)
The name of the masking format.
name
- the value to setpublic FormatSummary.Builder description(String description)
The description of the masking format.
description
- the value to setpublic FormatSummary build()
public FormatSummary.Builder copy(FormatSummary model)
Copyright © 2016–2024. All rights reserved.