public static class WafTrafficDatum.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WafTrafficDatum |
build() |
WafTrafficDatum.Builder |
compartmentId(String compartmentId)
The compartment OCID of the data.
|
WafTrafficDatum.Builder |
copy(WafTrafficDatum model) |
WafTrafficDatum.Builder |
tenancyId(String tenancyId)
The tenancy OCID of the data.
|
WafTrafficDatum.Builder |
timeObserved(Date timeObserved)
The date and time the traffic was observed, rounded down to the start of the range, and
expressed in RFC 3339 timestamp format.
|
WafTrafficDatum.Builder |
timeRangeInSeconds(Integer timeRangeInSeconds)
The number of seconds this data covers.
|
WafTrafficDatum.Builder |
trafficInBytes(Integer trafficInBytes)
Traffic in bytes.
|
WafTrafficDatum.Builder |
waasPolicyId(String waasPolicyId)
The policy OCID of the data.
|
public WafTrafficDatum.Builder timeObserved(Date timeObserved)
The date and time the traffic was observed, rounded down to the start of the range, and expressed in RFC 3339 timestamp format.
timeObserved
- the value to setpublic WafTrafficDatum.Builder timeRangeInSeconds(Integer timeRangeInSeconds)
The number of seconds this data covers.
timeRangeInSeconds
- the value to setpublic WafTrafficDatum.Builder tenancyId(String tenancyId)
The tenancy OCID of the data.
tenancyId
- the value to setpublic WafTrafficDatum.Builder compartmentId(String compartmentId)
The compartment OCID of the data.
compartmentId
- the value to setpublic WafTrafficDatum.Builder waasPolicyId(String waasPolicyId)
The policy OCID of the data.
waasPolicyId
- the value to setpublic WafTrafficDatum.Builder trafficInBytes(Integer trafficInBytes)
Traffic in bytes.
trafficInBytes
- the value to setpublic WafTrafficDatum build()
public WafTrafficDatum.Builder copy(WafTrafficDatum model)
Copyright © 2016–2024. All rights reserved.