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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMatchAgentsWithAttributeKeyDetailsbuild()UpdateMatchAgentsWithAttributeKeyDetails.Buildercopy(UpdateMatchAgentsWithAttributeKeyDetails model)UpdateMatchAgentsWithAttributeKeyDetails.Builderitems(List<String> items)The list of agent matching attribute keys to be updated.
 
- 
- 
- 
Method Detail- 
itemspublic 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
 
 - 
buildpublic UpdateMatchAgentsWithAttributeKeyDetails build() 
 - 
copypublic UpdateMatchAgentsWithAttributeKeyDetails.Builder copy(UpdateMatchAgentsWithAttributeKeyDetails model) 
 
- 
 
-