public static class DeployedApplicationUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeployedApplicationUsage.Builder |
applicationKey(String applicationKey)
The internal identifier of the deployed application.
|
DeployedApplicationUsage.Builder |
applicationName(String applicationName)
The name of the deployed application.
|
DeployedApplicationUsage.Builder |
applicationType(String applicationType)
The type of the deployed application.
|
DeployedApplicationUsage.Builder |
approximateJavaServerInstanceCount(Integer approximateJavaServerInstanceCount)
The approximate count of Java Server instances running the deployed application.
|
DeployedApplicationUsage.Builder |
approximateLibraryCount(Integer approximateLibraryCount)
The approximate count of libraries in the deployed application.
|
DeployedApplicationUsage |
build() |
DeployedApplicationUsage.Builder |
copy(DeployedApplicationUsage model) |
DeployedApplicationUsage.Builder |
fleetId(String fleetId)
The OCID of the
related fleet.
|
DeployedApplicationUsage.Builder |
isClustered(Boolean isClustered)
Whether or not the deployed application is clustered.
|
DeployedApplicationUsage.Builder |
timeEnd(Date timeEnd)
Upper bound of the specified time period filter.
|
DeployedApplicationUsage.Builder |
timeFirstSeen(Date timeFirstSeen)
The date and time the resource was first reported to JMS.
|
DeployedApplicationUsage.Builder |
timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS.
|
DeployedApplicationUsage.Builder |
timeStart(Date timeStart)
Lower bound of the specified time period filter.
|
public DeployedApplicationUsage.Builder applicationKey(String applicationKey)
The internal identifier of the deployed application.
applicationKey
- the value to setpublic DeployedApplicationUsage.Builder fleetId(String fleetId)
The OCID of the related fleet.
fleetId
- the value to setpublic DeployedApplicationUsage.Builder applicationName(String applicationName)
The name of the deployed application.
applicationName
- the value to setpublic DeployedApplicationUsage.Builder applicationType(String applicationType)
The type of the deployed application.
applicationType
- the value to setpublic DeployedApplicationUsage.Builder isClustered(Boolean isClustered)
Whether or not the deployed application is clustered.
isClustered
- the value to setpublic DeployedApplicationUsage.Builder approximateJavaServerInstanceCount(Integer approximateJavaServerInstanceCount)
The approximate count of Java Server instances running the deployed application.
approximateJavaServerInstanceCount
- the value to setpublic DeployedApplicationUsage.Builder approximateLibraryCount(Integer approximateLibraryCount)
The approximate count of libraries in the deployed application.
approximateLibraryCount
- the value to setpublic DeployedApplicationUsage.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 DeployedApplicationUsage.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 DeployedApplicationUsage.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 DeployedApplicationUsage.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 DeployedApplicationUsage build()
public DeployedApplicationUsage.Builder copy(DeployedApplicationUsage model)
Copyright © 2016–2024. All rights reserved.