Package com.oracle.bmc.apmconfig.model
Class AgentConfigSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.AgentConfigSummary.Builder
 
- 
- Enclosing class:
- AgentConfigSummary
 
 public static class AgentConfigSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic AgentConfigSummary.Builder id(String id) 
 - 
timeCreatedpublic AgentConfigSummary.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic AgentConfigSummary.Builder timeUpdated(Date timeUpdated) 
 - 
createdBypublic AgentConfigSummary.Builder createdBy(String createdBy) 
 - 
updatedBypublic AgentConfigSummary.Builder updatedBy(String updatedBy) 
 - 
etagpublic AgentConfigSummary.Builder etag(String etag) 
 - 
freeformTagspublic AgentConfigSummary.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic AgentConfigSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic AgentConfigSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
matchAgentsWithAttributeKeypublic AgentConfigSummary.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 AgentConfigSummary.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 AgentConfigSummary.Builder config(AgentConfigMap config) 
 - 
overridespublic AgentConfigSummary.Builder overrides(AgentConfigOverrides overrides) 
 - 
buildpublic AgentConfigSummary build() 
 - 
copypublic AgentConfigSummary.Builder copy(AgentConfigSummary model) 
 
- 
 
-