public static class SqlFirewallViolationAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlFirewallViolationAggregation |
build() |
SqlFirewallViolationAggregation.Builder |
copy(SqlFirewallViolationAggregation model) |
SqlFirewallViolationAggregation.Builder |
count(Long count)
Total count of aggregated value.
|
SqlFirewallViolationAggregation.Builder |
dimensions(SqlFirewallViolationAggregationDimensions dimensions) |
SqlFirewallViolationAggregation.Builder |
displayName(String displayName)
The display name of aggregation field.
|
SqlFirewallViolationAggregation.Builder |
metricName(String metricName)
The name of the aggregation.
|
SqlFirewallViolationAggregation.Builder |
timeEnded(Date timeEnded)
The time at which the aggregation ended.
|
SqlFirewallViolationAggregation.Builder |
timeStarted(Date timeStarted)
The time at which the aggregation started.
|
public SqlFirewallViolationAggregation.Builder displayName(String displayName)
The display name of aggregation field.
displayName
- the value to setpublic SqlFirewallViolationAggregation.Builder metricName(String metricName)
The name of the aggregation.
metricName
- the value to setpublic SqlFirewallViolationAggregation.Builder timeStarted(Date timeStarted)
The time at which the aggregation started.
timeStarted
- the value to setpublic SqlFirewallViolationAggregation.Builder timeEnded(Date timeEnded)
The time at which the aggregation ended.
timeEnded
- the value to setpublic SqlFirewallViolationAggregation.Builder count(Long count)
Total count of aggregated value.
count
- the value to setpublic SqlFirewallViolationAggregation.Builder dimensions(SqlFirewallViolationAggregationDimensions dimensions)
public SqlFirewallViolationAggregation build()
public SqlFirewallViolationAggregation.Builder copy(SqlFirewallViolationAggregation model)
Copyright © 2016–2024. All rights reserved.