Class AggregatorSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.AggregatorSummary.Builder
-
- Enclosing class:
- AggregatorSummary
public static class AggregatorSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregatorSummary
build()
AggregatorSummary.Builder
copy(AggregatorSummary model)
AggregatorSummary.Builder
description(String description)
The description of the aggregator.AggregatorSummary.Builder
identifier(String identifier)
The identifier of the aggregator.AggregatorSummary.Builder
key(String key)
The key of the aggregator object.AggregatorSummary.Builder
name(String name)
The name of the aggregator.AggregatorSummary.Builder
type(String type)
The type of the aggregator.
-
-
-
Method Detail
-
type
public AggregatorSummary.Builder type(String type)
The type of the aggregator.- Parameters:
type
- the value to set- Returns:
- this builder
-
key
public AggregatorSummary.Builder key(String key)
The key of the aggregator object.- Parameters:
key
- the value to set- Returns:
- this builder
-
name
public AggregatorSummary.Builder name(String name)
The name of the aggregator.- Parameters:
name
- the value to set- Returns:
- this builder
-
identifier
public AggregatorSummary.Builder identifier(String identifier)
The identifier of the aggregator.- Parameters:
identifier
- the value to set- Returns:
- this builder
-
description
public AggregatorSummary.Builder description(String description)
The description of the aggregator.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public AggregatorSummary build()
-
copy
public AggregatorSummary.Builder copy(AggregatorSummary model)
-
-