Package com.oracle.bmc.waas.model
Class WafTrafficDatum.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.WafTrafficDatum.Builder
 
- 
- Enclosing class:
- WafTrafficDatum
 
 public static class WafTrafficDatum.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WafTrafficDatumbuild()WafTrafficDatum.BuildercompartmentId(String compartmentId)The compartment OCID of the data.WafTrafficDatum.Buildercopy(WafTrafficDatum model)WafTrafficDatum.BuildertenancyId(String tenancyId)The tenancy OCID of the data.WafTrafficDatum.BuildertimeObserved(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.BuildertimeRangeInSeconds(Integer timeRangeInSeconds)The number of seconds this data covers.WafTrafficDatum.BuildertrafficInBytes(Integer trafficInBytes)Traffic in bytes.WafTrafficDatum.BuilderwaasPolicyId(String waasPolicyId)The policy OCID of the data.
 
- 
- 
- 
Method Detail- 
timeObservedpublic 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.- Parameters:
- timeObserved- the value to set
- Returns:
- this builder
 
 - 
timeRangeInSecondspublic WafTrafficDatum.Builder timeRangeInSeconds(Integer timeRangeInSeconds) The number of seconds this data covers.- Parameters:
- timeRangeInSeconds- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic WafTrafficDatum.Builder tenancyId(String tenancyId) The tenancy OCID of the data.- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic WafTrafficDatum.Builder compartmentId(String compartmentId) The compartment OCID of the data.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
waasPolicyIdpublic WafTrafficDatum.Builder waasPolicyId(String waasPolicyId) The policy OCID of the data.- Parameters:
- waasPolicyId- the value to set
- Returns:
- this builder
 
 - 
trafficInBytespublic WafTrafficDatum.Builder trafficInBytes(Integer trafficInBytes) Traffic in bytes.- Parameters:
- trafficInBytes- the value to set
- Returns:
- this builder
 
 - 
buildpublic WafTrafficDatum build() 
 - 
copypublic WafTrafficDatum.Builder copy(WafTrafficDatum model) 
 
- 
 
-