Class ProcessSetSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.stackmonitoring.model.ProcessSetSummary.Builder
 
- 
- Enclosing class:
- ProcessSetSummary
 
 public static class ProcessSetSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessSetSummarybuild()ProcessSetSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment.ProcessSetSummary.Buildercopy(ProcessSetSummary model)ProcessSetSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ProcessSetSummary.BuilderdisplayName(String displayName)Name of the Process Set.ProcessSetSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ProcessSetSummary.Builderid(String id)The OCID of the Process Set.ProcessSetSummary.BuilderlifecycleState(LifecycleState lifecycleState)The current state of the Resource.ProcessSetSummary.Builderrevision(String revision)The current revision of the Process Set.ProcessSetSummary.Builderspecification(ProcessSetSpecification specification)ProcessSetSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.ProcessSetSummary.BuildertimeCreated(Date timeCreated)The time the process set was created.ProcessSetSummary.BuildertimeUpdated(Date timeUpdated)The time the process set was last updated.
 
- 
- 
- 
Method Detail- 
idpublic ProcessSetSummary.Builder id(String id) The OCID of the Process Set.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ProcessSetSummary.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ProcessSetSummary.Builder lifecycleState(LifecycleState lifecycleState) The current state of the Resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ProcessSetSummary.Builder displayName(String displayName) Name of the Process Set.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
specificationpublic ProcessSetSummary.Builder specification(ProcessSetSpecification specification) 
 - 
timeCreatedpublic ProcessSetSummary.Builder timeCreated(Date timeCreated) The time the process set was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ProcessSetSummary.Builder timeUpdated(Date timeUpdated) The time the process set was last updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
revisionpublic ProcessSetSummary.Builder revision(String revision) The current revision of the Process Set.- Parameters:
- revision- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ProcessSetSummary.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic ProcessSetSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic ProcessSetSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic ProcessSetSummary build() 
 - 
copypublic ProcessSetSummary.Builder copy(ProcessSetSummary model) 
 
- 
 
-