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