Package com.oracle.bmc.apmconfig.model
Class AgentConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.AgentConfig.Builder
 
- 
- Enclosing class:
- AgentConfig
 
 public static class AgentConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic AgentConfig.Builder id(String id) 
 - 
timeCreatedpublic AgentConfig.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic AgentConfig.Builder timeUpdated(Date timeUpdated) 
 - 
createdBypublic AgentConfig.Builder createdBy(String createdBy) 
 - 
updatedBypublic AgentConfig.Builder updatedBy(String updatedBy) 
 - 
etagpublic AgentConfig.Builder etag(String etag) 
 - 
freeformTagspublic AgentConfig.Builder freeformTags(Map<String,String> freeformTags) 
 - 
matchAgentsWithAttributeKeypublic AgentConfig.Builder matchAgentsWithAttributeKey(List<String> matchAgentsWithAttributeKey) The agent attribute KEY by which an Agent configuration is matched to an agent.All agent configuration objects share the same key. It is [ServiceName, service.name] by default. The attribute VALUE corresponding to this KEY is in the matchAgentsWithAttributeValue field. - Parameters:
- matchAgentsWithAttributeKey- the value to set
- Returns:
- this builder
 
 - 
matchAgentsWithAttributeValuepublic AgentConfig.Builder matchAgentsWithAttributeValue(String matchAgentsWithAttributeValue) The agent attribute VALUE by which an agent configuration is matched to an agent.Each agent configuration object must specify a different value. The attribute KEY corresponding to this VALUE is in the matchAgentsWithAttributeKey field. - Parameters:
- matchAgentsWithAttributeValue- the value to set
- Returns:
- this builder
 
 - 
configpublic AgentConfig.Builder config(AgentConfigMap config) 
 - 
overridespublic AgentConfig.Builder overrides(AgentConfigOverrides overrides) 
 - 
buildpublic AgentConfig build() 
 - 
copypublic AgentConfig.Builder copy(AgentConfig model) 
 
- 
 
-