Package com.oracle.bmc.apmconfig.model
Class MacsApmExtension.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.MacsApmExtension.Builder
 
- 
- Enclosing class:
- MacsApmExtension
 
 public static class MacsApmExtension.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic MacsApmExtension.Builder id(String id) 
 - 
timeCreatedpublic MacsApmExtension.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic MacsApmExtension.Builder timeUpdated(Date timeUpdated) 
 - 
createdBypublic MacsApmExtension.Builder createdBy(String createdBy) 
 - 
updatedBypublic MacsApmExtension.Builder updatedBy(String updatedBy) 
 - 
etagpublic MacsApmExtension.Builder etag(String etag) 
 - 
freeformTagspublic MacsApmExtension.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic MacsApmExtension.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
displayNamepublic MacsApmExtension.Builder displayName(String displayName) The name by which a configuration entity is displayed to the end user.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
managementAgentIdpublic MacsApmExtension.Builder managementAgentId(String managementAgentId) The OCID of the Management Agent that will provision the APM Agent.- Parameters:
- managementAgentId- the value to set
- Returns:
- this builder
 
 - 
processFilterpublic MacsApmExtension.Builder processFilter(List<String> processFilter) Filter patterns used to discover active Java processes for provisioning the APM Agent.- Parameters:
- processFilter- the value to set
- Returns:
- this builder
 
 - 
runAsUserpublic MacsApmExtension.Builder runAsUser(String runAsUser) The OS user that should be used to discover Java processes.- Parameters:
- runAsUser- the value to set
- Returns:
- this builder
 
 - 
serviceNamepublic MacsApmExtension.Builder serviceName(String serviceName) The name of the service being monitored.This argument enables you to filter by service and view traces and other signals in the APM Explorer user interface. - Parameters:
- serviceName- the value to set
- Returns:
- this builder
 
 - 
agentVersionpublic MacsApmExtension.Builder agentVersion(String agentVersion) The version of the referenced agent bundle.- Parameters:
- agentVersion- the value to set
- Returns:
- this builder
 
 - 
attachInstallDirpublic MacsApmExtension.Builder attachInstallDir(String attachInstallDir) The directory owned by runAsUser.- Parameters:
- attachInstallDir- the value to set
- Returns:
- this builder
 
 - 
buildpublic MacsApmExtension build() 
 - 
copypublic MacsApmExtension.Builder copy(MacsApmExtension model) 
 
- 
 
-