Package com.oracle.bmc.opsi.model
Class NetworkUsageTrend.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.NetworkUsageTrend.Builder
 
- 
- Enclosing class:
- NetworkUsageTrend
 
 public static class NetworkUsageTrend.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkUsageTrend.BuilderallNetworkIoInMbps(Double allNetworkIoInMbps)Network input/output in Mbps.NetworkUsageTrend.BuilderallNetworkReadInMbps(Double allNetworkReadInMbps)Network read in Mbps.NetworkUsageTrend.BuilderallNetworkWriteInMbps(Double allNetworkWriteInMbps)Network write in Mbps.NetworkUsageTrendbuild()NetworkUsageTrend.Buildercopy(NetworkUsageTrend model)NetworkUsageTrend.BuilderendTimestamp(Date endTimestamp)The timestamp in which the current sampling period ends in RFC 3339 format.
 
- 
- 
- 
Method Detail- 
endTimestamppublic NetworkUsageTrend.Builder endTimestamp(Date endTimestamp) The timestamp in which the current sampling period ends in RFC 3339 format.- Parameters:
- endTimestamp- the value to set
- Returns:
- this builder
 
 - 
allNetworkReadInMbpspublic NetworkUsageTrend.Builder allNetworkReadInMbps(Double allNetworkReadInMbps) Network read in Mbps.- Parameters:
- allNetworkReadInMbps- the value to set
- Returns:
- this builder
 
 - 
allNetworkWriteInMbpspublic NetworkUsageTrend.Builder allNetworkWriteInMbps(Double allNetworkWriteInMbps) Network write in Mbps.- Parameters:
- allNetworkWriteInMbps- the value to set
- Returns:
- this builder
 
 - 
allNetworkIoInMbpspublic NetworkUsageTrend.Builder allNetworkIoInMbps(Double allNetworkIoInMbps) Network input/output in Mbps.- Parameters:
- allNetworkIoInMbps- the value to set
- Returns:
- this builder
 
 - 
buildpublic NetworkUsageTrend build() 
 - 
copypublic NetworkUsageTrend.Builder copy(NetworkUsageTrend model) 
 
- 
 
-