public static class ManagedInstanceUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagedInstanceUsage.Builder |
agent(Agent agent) |
ManagedInstanceUsage.Builder |
applicationInvokedBy(String applicationInvokedBy)
Comma separated list of user names that invoked applications within this managed
instance.
|
ManagedInstanceUsage.Builder |
approximateApplicationCount(Integer approximateApplicationCount)
The approximate count of applications reported by this managed instance.
|
ManagedInstanceUsage.Builder |
approximateInstallationCount(Integer approximateInstallationCount)
The approximate count of installations reported by this managed instance.
|
ManagedInstanceUsage.Builder |
approximateJreCount(Integer approximateJreCount)
The approximate count of Java Runtimes reported by this managed instance.
|
ManagedInstanceUsage |
build() |
ManagedInstanceUsage.Builder |
copy(ManagedInstanceUsage model) |
ManagedInstanceUsage.Builder |
drsFileStatus(DrsFileStatus drsFileStatus)
DRS file status
|
ManagedInstanceUsage.Builder |
hostId(String hostId)
The host OCID
of the related managed instance.
|
ManagedInstanceUsage.Builder |
hostname(String hostname)
The hostname of the managed instance (if applicable).
|
ManagedInstanceUsage.Builder |
managedInstanceId(String managedInstanceId)
The OCID of the
related managed instance.
|
ManagedInstanceUsage.Builder |
managedInstanceType(ManagedInstanceType managedInstanceType)
The type of the source of events.
|
ManagedInstanceUsage.Builder |
operatingSystem(OperatingSystem operatingSystem) |
ManagedInstanceUsage.Builder |
timeEnd(Date timeEnd)
Upper bound of the specified time period filter.
|
ManagedInstanceUsage.Builder |
timeFirstSeen(Date timeFirstSeen)
The date and time the resource was first reported to JMS.
|
ManagedInstanceUsage.Builder |
timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS.
|
ManagedInstanceUsage.Builder |
timeStart(Date timeStart)
Lower bound of the specified time period filter.
|
public ManagedInstanceUsage.Builder managedInstanceId(String managedInstanceId)
The OCID of the related managed instance.
managedInstanceId
- the value to setpublic ManagedInstanceUsage.Builder managedInstanceType(ManagedInstanceType managedInstanceType)
The type of the source of events.
managedInstanceType
- the value to setpublic ManagedInstanceUsage.Builder hostname(String hostname)
The hostname of the managed instance (if applicable).
hostname
- the value to setpublic ManagedInstanceUsage.Builder hostId(String hostId)
The host OCID of the related managed instance.
hostId
- the value to setpublic ManagedInstanceUsage.Builder operatingSystem(OperatingSystem operatingSystem)
public ManagedInstanceUsage.Builder agent(Agent agent)
public ManagedInstanceUsage.Builder approximateApplicationCount(Integer approximateApplicationCount)
The approximate count of applications reported by this managed instance.
approximateApplicationCount
- the value to setpublic ManagedInstanceUsage.Builder approximateInstallationCount(Integer approximateInstallationCount)
The approximate count of installations reported by this managed instance.
approximateInstallationCount
- the value to setpublic ManagedInstanceUsage.Builder approximateJreCount(Integer approximateJreCount)
The approximate count of Java Runtimes reported by this managed instance.
approximateJreCount
- the value to setpublic ManagedInstanceUsage.Builder drsFileStatus(DrsFileStatus drsFileStatus)
DRS file status
drsFileStatus
- the value to setpublic ManagedInstanceUsage.Builder applicationInvokedBy(String applicationInvokedBy)
Comma separated list of user names that invoked applications within this managed instance.
applicationInvokedBy
- the value to setpublic ManagedInstanceUsage.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 ManagedInstanceUsage.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 ManagedInstanceUsage.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 ManagedInstanceUsage.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 ManagedInstanceUsage build()
public ManagedInstanceUsage.Builder copy(ManagedInstanceUsage model)
Copyright © 2016–2024. All rights reserved.