Class AdminTermSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.AdminTermSummary.Builder
-
- Enclosing class:
- AdminTermSummary
public static class AdminTermSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminTermSummary.Builderauthor(Term.Author author)Who authored the term.AdminTermSummarybuild()AdminTermSummary.BuildercompartmentId(String compartmentId)The unique identifier for the compartment.AdminTermSummary.Buildercopy(AdminTermSummary model)AdminTermSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.AdminTermSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.AdminTermSummary.Builderid(String id)Unique OCID identifier for the term.AdminTermSummary.BuilderlegacyId(String legacyId)The unique legacy identifier for the term.AdminTermSummary.BuilderlifecycleState(Term.LifecycleState lifecycleState)The current state for the term version.AdminTermSummary.Buildername(String name)The name for the term.AdminTermSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.AdminTermSummary.BuildertimeCreated(Date timeCreated)The date and time the resource was created, in the format defined by RFC3339.AdminTermSummary.BuildertimeUpdated(Date timeUpdated)The date and time the resource was updated, in the format defined by RFC3339.
-
-
-
Method Detail
-
id
public AdminTermSummary.Builder id(String id)
Unique OCID identifier for the term.- Parameters:
id- the value to set- Returns:
- this builder
-
legacyId
public AdminTermSummary.Builder legacyId(String legacyId)
The unique legacy identifier for the term.- Parameters:
legacyId- the value to set- Returns:
- this builder
-
compartmentId
public AdminTermSummary.Builder compartmentId(String compartmentId)
The unique identifier for the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
name
public AdminTermSummary.Builder name(String name)
The name for the term.- Parameters:
name- the value to set- Returns:
- this builder
-
author
public AdminTermSummary.Builder author(Term.Author author)
Who authored the term.Publisher terms will be defaulted to as ‘PARTNER’.
- Parameters:
author- the value to set- Returns:
- this builder
-
lifecycleState
public AdminTermSummary.Builder lifecycleState(Term.LifecycleState lifecycleState)
The current state for the term version.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
timeCreated
public AdminTermSummary.Builder timeCreated(Date timeCreated)
The date and time the resource was created, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z
- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public AdminTermSummary.Builder timeUpdated(Date timeUpdated)
The date and time the resource was updated, in the format defined by RFC3339.Example: 2022-09-15T21:10:29.600Z
- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
freeformTags
public AdminTermSummary.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
-
definedTags
public AdminTermSummary.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
-
systemTags
public AdminTermSummary.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
-
build
public AdminTermSummary build()
-
copy
public AdminTermSummary.Builder copy(AdminTermSummary model)
-
-