Package com.oracle.bmc.apmconfig.model
Class MatchAgentsWithAttributeKey.Builder
- java.lang.Object
-
- com.oracle.bmc.apmconfig.model.MatchAgentsWithAttributeKey.Builder
-
- Enclosing class:
- MatchAgentsWithAttributeKey
public static class MatchAgentsWithAttributeKey.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchAgentsWithAttributeKey.Builder
agentAttributeKeys(List<String> agentAttributeKeys)
The list of agent matching attribute keys to be updated.MatchAgentsWithAttributeKey
build()
MatchAgentsWithAttributeKey.Builder
copy(MatchAgentsWithAttributeKey model)
-
-
-
Method Detail
-
agentAttributeKeys
public MatchAgentsWithAttributeKey.Builder agentAttributeKeys(List<String> agentAttributeKeys)
The list of agent matching attribute keys to be updated.- Parameters:
agentAttributeKeys
- the value to set- Returns:
- this builder
-
build
public MatchAgentsWithAttributeKey build()
-
copy
public MatchAgentsWithAttributeKey.Builder copy(MatchAgentsWithAttributeKey model)
-
-