Class CountStatisticSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.CountStatisticSummary.Builder
-
- Enclosing class:
- CountStatisticSummary
public static class CountStatisticSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountStatisticSummary
build()
CountStatisticSummary.Builder
copy(CountStatisticSummary model)
CountStatisticSummary.Builder
objectCount(Long objectCount)
The value for the count statistic object.CountStatisticSummary.Builder
objectType(CountStatisticSummary.ObjectType objectType)
The type of object for the count statistic object.
-
-
-
Method Detail
-
objectType
public CountStatisticSummary.Builder objectType(CountStatisticSummary.ObjectType objectType)
The type of object for the count statistic object.- Parameters:
objectType
- the value to set- Returns:
- this builder
-
objectCount
public CountStatisticSummary.Builder objectCount(Long objectCount)
The value for the count statistic object.- Parameters:
objectCount
- the value to set- Returns:
- this builder
-
build
public CountStatisticSummary build()
-
copy
public CountStatisticSummary.Builder copy(CountStatisticSummary model)
-
-