Class AggregatorSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.AggregatorSummary.Builder
 
- 
- Enclosing class:
- AggregatorSummary
 
 public static class AggregatorSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatorSummarybuild()AggregatorSummary.Buildercopy(AggregatorSummary model)AggregatorSummary.Builderdescription(String description)The description of the aggregator.AggregatorSummary.Builderidentifier(String identifier)The identifier of the aggregator.AggregatorSummary.Builderkey(String key)The key of the aggregator object.AggregatorSummary.Buildername(String name)The name of the aggregator.AggregatorSummary.Buildertype(String type)The type of the aggregator.
 
- 
- 
- 
Method Detail- 
typepublic AggregatorSummary.Builder type(String type) The type of the aggregator.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
keypublic AggregatorSummary.Builder key(String key) The key of the aggregator object.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
namepublic AggregatorSummary.Builder name(String name) The name of the aggregator.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
identifierpublic AggregatorSummary.Builder identifier(String identifier) The identifier of the aggregator.- Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic AggregatorSummary.Builder description(String description) The description of the aggregator.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
buildpublic AggregatorSummary build() 
 - 
copypublic AggregatorSummary.Builder copy(AggregatorSummary model) 
 
- 
 
-