Class TermVersionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.TermVersionSummary.Builder
 
- 
- Enclosing class:
- TermVersionSummary
 
 public static class TermVersionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TermVersionSummarybuild()TermVersionSummary.BuildercompartmentId(String compartmentId)The unique identifier for the compartment.TermVersionSummary.Buildercopy(TermVersionSummary model)TermVersionSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.TermVersionSummary.BuilderdisplayName(String displayName)The name for the term version.TermVersionSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.TermVersionSummary.Builderid(String id)Unique OCID identifier for the term version.TermVersionSummary.BuilderlifecycleState(TermVersion.LifecycleState lifecycleState)The current state for the Term version.TermVersionSummary.Builderstatus(TermVersion.Status status)The current status for the term version.TermVersionSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.TermVersionSummary.BuildertimeCreated(Date timeCreated)The date and time the term version was created, in the format defined by RFC3339.TermVersionSummary.BuildertimeUpdated(Date timeUpdated)The date and time the time version was updated, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic TermVersionSummary.Builder id(String id) Unique OCID identifier for the term version.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic TermVersionSummary.Builder compartmentId(String compartmentId) The unique identifier for the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic TermVersionSummary.Builder displayName(String displayName) The name for the term version.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
statuspublic TermVersionSummary.Builder status(TermVersion.Status status) The current status for the term version.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic TermVersionSummary.Builder lifecycleState(TermVersion.LifecycleState lifecycleState) The current state for the Term version.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic TermVersionSummary.Builder timeCreated(Date timeCreated) The date and time the term version was created, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic TermVersionSummary.Builder timeUpdated(Date timeUpdated) The date and time the time version was updated, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic TermVersionSummary.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 TermVersionSummary.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 TermVersionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic TermVersionSummary build() 
 - 
copypublic TermVersionSummary.Builder copy(TermVersionSummary model) 
 
- 
 
-