public static class JavaServerUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JavaServerUsage.Builder |
approximateDeployedApplicationCount(Integer approximateDeployedApplicationCount)
The approximate count of deployed applications in the Java Server.
|
JavaServerUsage |
build() |
JavaServerUsage.Builder |
copy(JavaServerUsage model) |
JavaServerUsage.Builder |
fleetId(String fleetId)
The OCID of the
related fleet.
|
JavaServerUsage.Builder |
serverInstanceCount(Integer serverInstanceCount)
The count of server instances of the Java Server.
|
JavaServerUsage.Builder |
serverKey(String serverKey)
The internal identifier of the Java Server.
|
JavaServerUsage.Builder |
serverName(String serverName)
The name of the Java Server.
|
JavaServerUsage.Builder |
serverVersion(String serverVersion)
The version of the Java Server.
|
JavaServerUsage.Builder |
timeEnd(Date timeEnd)
Upper bound of the specified time period filter.
|
JavaServerUsage.Builder |
timeFirstSeen(Date timeFirstSeen)
The date and time the resource was first reported to JMS.
|
JavaServerUsage.Builder |
timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS.
|
JavaServerUsage.Builder |
timeStart(Date timeStart)
Lower bound of the specified time period filter.
|
public JavaServerUsage.Builder serverKey(String serverKey)
The internal identifier of the Java Server.
serverKey
- the value to setpublic JavaServerUsage.Builder fleetId(String fleetId)
The OCID of the related fleet.
fleetId
- the value to setpublic JavaServerUsage.Builder serverName(String serverName)
The name of the Java Server.
serverName
- the value to setpublic JavaServerUsage.Builder serverVersion(String serverVersion)
The version of the Java Server.
serverVersion
- the value to setpublic JavaServerUsage.Builder serverInstanceCount(Integer serverInstanceCount)
The count of server instances of the Java Server.
serverInstanceCount
- the value to setpublic JavaServerUsage.Builder approximateDeployedApplicationCount(Integer approximateDeployedApplicationCount)
The approximate count of deployed applications in the Java Server.
approximateDeployedApplicationCount
- the value to setpublic 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.
timeStart
- the value to setpublic 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.
timeEnd
- the value to setpublic 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.
timeFirstSeen
- the value to setpublic 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.
timeLastSeen
- the value to setpublic JavaServerUsage build()
public JavaServerUsage.Builder copy(JavaServerUsage model)
Copyright © 2016–2024. All rights reserved.