Package com.oracle.bmc.jms.model
Class JavaServerUsage.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.JavaServerUsage.Builder
 
- 
- Enclosing class:
- JavaServerUsage
 
 public static class JavaServerUsage.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaServerUsage.BuilderapproximateDeployedApplicationCount(Integer approximateDeployedApplicationCount)The approximate count of deployed applications in the Java Server.JavaServerUsagebuild()JavaServerUsage.Buildercopy(JavaServerUsage model)JavaServerUsage.BuilderfleetId(String fleetId)The OCID of the related fleet.JavaServerUsage.BuilderserverInstanceCount(Integer serverInstanceCount)The count of server instances of the Java Server.JavaServerUsage.BuilderserverKey(String serverKey)The internal identifier of the Java Server.JavaServerUsage.BuilderserverName(String serverName)The name of the Java Server.JavaServerUsage.BuilderserverVersion(String serverVersion)The version of the Java Server.JavaServerUsage.BuildertimeEnd(Date timeEnd)Upper bound of the specified time period filter.JavaServerUsage.BuildertimeFirstSeen(Date timeFirstSeen)The date and time the resource was first reported to JMS.JavaServerUsage.BuildertimeLastSeen(Date timeLastSeen)The date and time the resource was last reported to JMS.JavaServerUsage.BuildertimeStart(Date timeStart)Lower bound of the specified time period filter.
 
- 
- 
- 
Method Detail- 
serverKeypublic JavaServerUsage.Builder serverKey(String serverKey) The internal identifier of the Java Server.- Parameters:
- serverKey- the value to set
- Returns:
- this builder
 
 - 
fleetIdpublic JavaServerUsage.Builder fleetId(String fleetId) The OCID of the related fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder
 
 - 
serverNamepublic JavaServerUsage.Builder serverName(String serverName) The name of the Java Server.- Parameters:
- serverName- the value to set
- Returns:
- this builder
 
 - 
serverVersionpublic JavaServerUsage.Builder serverVersion(String serverVersion) The version of the Java Server.- Parameters:
- serverVersion- the value to set
- Returns:
- this builder
 
 - 
serverInstanceCountpublic JavaServerUsage.Builder serverInstanceCount(Integer serverInstanceCount) The count of server instances of the Java Server.- Parameters:
- serverInstanceCount- the value to set
- Returns:
- this builder
 
 - 
approximateDeployedApplicationCountpublic JavaServerUsage.Builder approximateDeployedApplicationCount(Integer approximateDeployedApplicationCount) The approximate count of deployed applications in the Java Server.- Parameters:
- approximateDeployedApplicationCount- the value to set
- Returns:
- this builder
 
 - 
timeStartpublic JavaServerUsage.Builder timeStart(Date timeStart) Lower bound of the specified time period filter.JMS provides a view of the data that is per day. The query uses only the date element of the parameter. - Parameters:
- timeStart- the value to set
- Returns:
- this builder
 
 - 
timeEndpublic JavaServerUsage.Builder timeEnd(Date timeEnd) Upper bound of the specified time period filter.JMS provides a view of the data that is per day. The query uses only the date element of the parameter. - Parameters:
- timeEnd- the value to set
- Returns:
- this builder
 
 - 
timeFirstSeenpublic JavaServerUsage.Builder timeFirstSeen(Date timeFirstSeen) The date and time the resource was first reported to JMS.This is potentially before the specified time period provided by the filters. For example, a resource can be first reported to JMS before the start of a specified time period, if it is also reported during the time period. - Parameters:
- timeFirstSeen- the value to set
- Returns:
- this builder
 
 - 
timeLastSeenpublic JavaServerUsage.Builder timeLastSeen(Date timeLastSeen) The date and time the resource was last reported to JMS.This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period. - Parameters:
- timeLastSeen- the value to set
- Returns:
- this builder
 
 - 
buildpublic JavaServerUsage build() 
 - 
copypublic JavaServerUsage.Builder copy(JavaServerUsage model) 
 
- 
 
-