public static class AggregatorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public AggregatorSummary.Builder type(String type)
The type of the aggregator.
type
- the value to setpublic AggregatorSummary.Builder key(String key)
The key of the aggregator object.
key
- the value to setpublic AggregatorSummary.Builder name(String name)
The name of the aggregator.
name
- the value to setpublic AggregatorSummary.Builder identifier(String identifier)
The identifier of the aggregator.
identifier
- the value to setpublic AggregatorSummary.Builder description(String description)
The description of the aggregator.
description
- the value to setpublic AggregatorSummary build()
public AggregatorSummary.Builder copy(AggregatorSummary model)
Copyright © 2016–2024. All rights reserved.