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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public AgentConfigSummary.Builder id(String id)
-
timeCreated
public AgentConfigSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public AgentConfigSummary.Builder timeUpdated(Date timeUpdated)
-
createdBy
public AgentConfigSummary.Builder createdBy(String createdBy)
-
updatedBy
public AgentConfigSummary.Builder updatedBy(String updatedBy)
-
etag
public AgentConfigSummary.Builder etag(String etag)
-
freeformTags
public AgentConfigSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public AgentConfigSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public AgentConfigSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
matchAgentsWithAttributeKey
public 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
-
matchAgentsWithAttributeValue
public 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
-
config
public AgentConfigSummary.Builder config(AgentConfigMap config)
-
overrides
public AgentConfigSummary.Builder overrides(AgentConfigOverrides overrides)
-
build
public AgentConfigSummary build()
-
copy
public AgentConfigSummary.Builder copy(AgentConfigSummary model)
-
-