Package com.oracle.bmc.datasafe.model
Class SchemaSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SchemaSummary.Builder
-
- Enclosing class:
- SchemaSummary
public static class SchemaSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaSummary
build()
SchemaSummary.Builder
copy(SchemaSummary model)
SchemaSummary.Builder
isOracleMaintained(Boolean isOracleMaintained)
Indicates if the schema is oracle supplied.SchemaSummary.Builder
schemaName(String schemaName)
Name of the schema.
-
-
-
Method Detail
-
schemaName
public SchemaSummary.Builder schemaName(String schemaName)
Name of the schema.- Parameters:
schemaName
- the value to set- Returns:
- this builder
-
isOracleMaintained
public SchemaSummary.Builder isOracleMaintained(Boolean isOracleMaintained)
Indicates if the schema is oracle supplied.- Parameters:
isOracleMaintained
- the value to set- Returns:
- this builder
-
build
public SchemaSummary build()
-
copy
public SchemaSummary.Builder copy(SchemaSummary model)
-
-