Package com.oracle.bmc.apmconfig.model
Class UpdateApdexRulesDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.UpdateApdexRulesDetails.Builder
 
- 
- Enclosing class:
- UpdateApdexRulesDetails
 
 public static class UpdateApdexRulesDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateApdexRulesDetailsbuild()UpdateApdexRulesDetails.Buildercopy(UpdateApdexRulesDetails model)UpdateApdexRulesDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)UpdateApdexRulesDetails.BuilderdisplayName(String displayName)The name by which a configuration entity is displayed to the end user.UpdateApdexRulesDetails.BuilderfreeformTags(Map<String,String> freeformTags)UpdateApdexRulesDetails.Builderrules(List<Apdex> rules)
 
- 
- 
- 
Method Detail- 
freeformTagspublic UpdateApdexRulesDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateApdexRulesDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
rulespublic UpdateApdexRulesDetails.Builder rules(List<Apdex> rules) 
 - 
displayNamepublic UpdateApdexRulesDetails.Builder displayName(String displayName) The name by which a configuration entity is displayed to the end user.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateApdexRulesDetails build() 
 - 
copypublic UpdateApdexRulesDetails.Builder copy(UpdateApdexRulesDetails model) 
 
- 
 
-