Package com.oracle.bmc.apmconfig.model
Class CreateAgentConfigDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.apmconfig.model.CreateAgentConfigDetails.Builder
-
- Enclosing class:
- CreateAgentConfigDetails
public static class CreateAgentConfigDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAgentConfigDetails
build()
CreateAgentConfigDetails.Builder
config(AgentConfigMap config)
CreateAgentConfigDetails.Builder
copy(CreateAgentConfigDetails model)
CreateAgentConfigDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
CreateAgentConfigDetails.Builder
freeformTags(Map<String,String> freeformTags)
CreateAgentConfigDetails.Builder
matchAgentsWithAttributeValue(String matchAgentsWithAttributeValue)
The agent attribute VALUE by which an agent configuration is matched to an agent.CreateAgentConfigDetails.Builder
overrides(AgentConfigOverrides overrides)
-
-
-
Method Detail
-
freeformTags
public CreateAgentConfigDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateAgentConfigDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
matchAgentsWithAttributeValue
public CreateAgentConfigDetails.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 CreateAgentConfigDetails.Builder config(AgentConfigMap config)
-
overrides
public CreateAgentConfigDetails.Builder overrides(AgentConfigOverrides overrides)
-
build
public CreateAgentConfigDetails build()
-
copy
public CreateAgentConfigDetails.Builder copy(CreateAgentConfigDetails model)
-
-