Package com.oracle.bmc.apmconfig.model
Class AgentConfigOverride.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.AgentConfigOverride.Builder
 
- 
- Enclosing class:
- AgentConfigOverride
 
 public static class AgentConfigOverride.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentConfigOverride.BuilderagentFilter(String agentFilter)The string that defines the Agent Filter expression.AgentConfigOverridebuild()AgentConfigOverride.Buildercopy(AgentConfigOverride model)AgentConfigOverride.BuilderoverrideMap(Map<String,String> overrideMap)A map whose key is a substitution variable specified within the configuration’s body.
 
- 
- 
- 
Method Detail- 
agentFilterpublic AgentConfigOverride.Builder agentFilter(String agentFilter) The string that defines the Agent Filter expression.- Parameters:
- agentFilter- the value to set
- Returns:
- this builder
 
 - 
overrideMappublic AgentConfigOverride.Builder overrideMap(Map<String,String> overrideMap) A map whose key is a substitution variable specified within the configuration’s body.For example, if below was specified in the configuration’s body {{ isJfrEnabled | default false }} Then a valid map key would be “isJfrEnabled”. The value is typically different than the default specified in the configuration’s body. Thus, in this example, the map entry could be “isJfrEnabled”: true - Parameters:
- overrideMap- the value to set
- Returns:
- this builder
 
 - 
buildpublic AgentConfigOverride build() 
 - 
copypublic AgentConfigOverride.Builder copy(AgentConfigOverride model) 
 
- 
 
-