Package com.oracle.bmc.cims.model
Class Classifier.Builder
- java.lang.Object
- 
- com.oracle.bmc.cims.model.Classifier.Builder
 
- 
- Enclosing class:
- Classifier
 
 public static class Classifier.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Classifierbuild()Classifier.Buildercopy(Classifier model)Classifier.Builderdescription(String description)The description of the classifier.Classifier.Builderid(String id)Unique identifier of the classifier.Classifier.BuilderissueTypeList(List<IssueType> issueTypeList)The list of issues.Classifier.Builderlabel(String label)The label associated with the classifier.Classifier.Buildername(String name)The display name of the classifier.Classifier.Builderscope(Classifier.Scope scope)The scope of the service category or resource.Classifier.Builderunit(Classifier.Unit unit)The unit to use to measure the service category or resource.
 
- 
- 
- 
Method Detail- 
idpublic Classifier.Builder id(String id) Unique identifier of the classifier.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic Classifier.Builder name(String name) The display name of the classifier.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
labelpublic Classifier.Builder label(String label) The label associated with the classifier.- Parameters:
- label- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Classifier.Builder description(String description) The description of the classifier.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
issueTypeListpublic Classifier.Builder issueTypeList(List<IssueType> issueTypeList) The list of issues.- Parameters:
- issueTypeList- the value to set
- Returns:
- this builder
 
 - 
scopepublic Classifier.Builder scope(Classifier.Scope scope) The scope of the service category or resource.- Parameters:
- scope- the value to set
- Returns:
- this builder
 
 - 
unitpublic Classifier.Builder unit(Classifier.Unit unit) The unit to use to measure the service category or resource.- Parameters:
- unit- the value to set
- Returns:
- this builder
 
 - 
buildpublic Classifier build() 
 - 
copypublic Classifier.Builder copy(Classifier model) 
 
- 
 
-