Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Fleet.Builder |
approximateApplicationCount(Integer approximateApplicationCount)
The approximate count of all unique applications in the Fleet in the past seven days.
|
Fleet.Builder |
approximateInstallationCount(Integer approximateInstallationCount)
The approximate count of all unique Java installations in the Fleet in the past seven
days.
|
Fleet.Builder |
approximateJavaServerCount(Integer approximateJavaServerCount)
The approximate count of all unique Java servers in the Fleet in the past seven days.
|
Fleet.Builder |
approximateJreCount(Integer approximateJreCount)
The approximate count of all unique Java Runtimes in the Fleet in the past seven days.
|
Fleet.Builder |
approximateManagedInstanceCount(Integer approximateManagedInstanceCount)
The approximate count of all unique managed instances in the Fleet in the past seven
days.
|
Fleet |
build() |
Fleet.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment of the Fleet.
|
Fleet.Builder |
copy(Fleet model) |
Fleet.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Fleet.Builder |
description(String description)
The Fleet’s description.
|
Fleet.Builder |
displayName(String displayName)
The name of the Fleet.
|
Fleet.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
Fleet.Builder |
id(String id)
The OCID of the
Fleet.
|
Fleet.Builder |
inventoryLog(CustomLog inventoryLog) |
Fleet.Builder |
isAdvancedFeaturesEnabled(Boolean isAdvancedFeaturesEnabled)
Whether or not advanced features are enabled in this Fleet.
|
Fleet.Builder |
isExportSettingEnabled(Boolean isExportSettingEnabled)
Whether or not export setting is enabled in this Fleet.
|
Fleet.Builder |
lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the Fleet.
|
Fleet.Builder |
operationLog(CustomLog operationLog) |
Fleet.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
Fleet.Builder |
timeCreated(Date timeCreated)
The creation date and time of the Fleet (formatted according to
RFC3339).
|
public Fleet.Builder id(String id)
The OCID of the Fleet.
id
- the value to setpublic Fleet.Builder displayName(String displayName)
The name of the Fleet.
displayName
- the value to setpublic Fleet.Builder description(String description)
The Fleet’s description.
description
- the value to setpublic Fleet.Builder compartmentId(String compartmentId)
The OCID of the compartment of the Fleet.
compartmentId
- the value to setpublic Fleet.Builder approximateJreCount(Integer approximateJreCount)
The approximate count of all unique Java Runtimes in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.
approximateJreCount
- the value to setpublic Fleet.Builder approximateInstallationCount(Integer approximateInstallationCount)
The approximate count of all unique Java installations in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.
approximateInstallationCount
- the value to setpublic Fleet.Builder approximateApplicationCount(Integer approximateApplicationCount)
The approximate count of all unique applications in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.
approximateApplicationCount
- the value to setpublic Fleet.Builder approximateManagedInstanceCount(Integer approximateManagedInstanceCount)
The approximate count of all unique managed instances in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.
approximateManagedInstanceCount
- the value to setpublic Fleet.Builder approximateJavaServerCount(Integer approximateJavaServerCount)
The approximate count of all unique Java servers in the Fleet in the past seven days. This metric is provided on a best-effort manner, and isn’t taken into account when computing the resource ETag.
approximateJavaServerCount
- the value to setpublic Fleet.Builder inventoryLog(CustomLog inventoryLog)
public Fleet.Builder operationLog(CustomLog operationLog)
public Fleet.Builder isAdvancedFeaturesEnabled(Boolean isAdvancedFeaturesEnabled)
Whether or not advanced features are enabled in this Fleet. Deprecated, use /fleets/{fleetId}/advanceFeatureConfiguration
API instead.
isAdvancedFeaturesEnabled
- the value to setpublic Fleet.Builder isExportSettingEnabled(Boolean isExportSettingEnabled)
Whether or not export setting is enabled in this Fleet.
isExportSettingEnabled
- the value to setpublic Fleet.Builder timeCreated(Date timeCreated)
The creation date and time of the Fleet (formatted according to RFC3339).
timeCreated
- the value to setpublic Fleet.Builder lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the Fleet.
lifecycleState
- the value to setpublic Fleet.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
. (See Understanding Free-form
Tags).
definedTags
- the value to setpublic Fleet.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
. (See Managing Tags
and Tag
Namespaces.)
freeformTags
- the value to setpublic Fleet.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic Fleet build()
public Fleet.Builder copy(Fleet model)
Copyright © 2016–2024. All rights reserved.