Package com.oracle.bmc.datasafe.model
Class ColumnSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.ColumnSummary.Builder
 
- 
- Enclosing class:
- ColumnSummary
 
 public static class ColumnSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnSummarybuild()ColumnSummary.BuildercharacterLength(Integer characterLength)Character length.ColumnSummary.BuildercolumnName(String columnName)Name of the column.ColumnSummary.Buildercopy(ColumnSummary model)ColumnSummary.BuilderdataType(String dataType)Data type of the column.ColumnSummary.Builderlength(Long length)Length of the data represented by the column.ColumnSummary.Builderprecision(Integer precision)Precision of the column.ColumnSummary.Builderscale(Integer scale)Scale of the column.ColumnSummary.BuilderschemaName(String schemaName)Name of the schema.ColumnSummary.BuildertableName(String tableName)Name of the table.
 
- 
- 
- 
Method Detail- 
columnNamepublic ColumnSummary.Builder columnName(String columnName) Name of the column.- Parameters:
- columnName- the value to set
- Returns:
- this builder
 
 - 
dataTypepublic ColumnSummary.Builder dataType(String dataType) Data type of the column.- Parameters:
- dataType- the value to set
- Returns:
- this builder
 
 - 
lengthpublic ColumnSummary.Builder length(Long length) Length of the data represented by the column.- Parameters:
- length- the value to set
- Returns:
- this builder
 
 - 
precisionpublic ColumnSummary.Builder precision(Integer precision) Precision of the column.- Parameters:
- precision- the value to set
- Returns:
- this builder
 
 - 
scalepublic ColumnSummary.Builder scale(Integer scale) Scale of the column.- Parameters:
- scale- the value to set
- Returns:
- this builder
 
 - 
characterLengthpublic ColumnSummary.Builder characterLength(Integer characterLength) Character length.- Parameters:
- characterLength- the value to set
- Returns:
- this builder
 
 - 
tableNamepublic ColumnSummary.Builder tableName(String tableName) Name of the table.- Parameters:
- tableName- the value to set
- Returns:
- this builder
 
 - 
schemaNamepublic ColumnSummary.Builder schemaName(String schemaName) Name of the schema.- Parameters:
- schemaName- the value to set
- Returns:
- this builder
 
 - 
buildpublic ColumnSummary build() 
 - 
copypublic ColumnSummary.Builder copy(ColumnSummary model) 
 
- 
 
-