Class DynamicSetSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.DynamicSetSummary.Builder
-
- Enclosing class:
- DynamicSetSummary
public static class DynamicSetSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicSetSummarybuild()DynamicSetSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the dynamic set.DynamicSetSummary.Buildercopy(DynamicSetSummary model)DynamicSetSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.DynamicSetSummary.Builderdescription(String description)User-specified description of the dynamic set.DynamicSetSummary.BuilderdisplayName(String displayName)User-friendly name for the dynamic set.DynamicSetSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.DynamicSetSummary.Builderid(String id)The OCID of the dynamic set.DynamicSetSummary.BuilderlifecycleState(DynamicSet.LifecycleState lifecycleState)The current state of the dynamic set.DynamicSetSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.DynamicSetSummary.BuildertimeCreated(Date timeCreated)The date and time the dynamic set was created (in RFC 3339 format).DynamicSetSummary.BuildertimeUpdated(Date timeUpdated)The date and time the dynamic set was last updated (in RFC 3339 format).
-
-
-
Method Detail
-
id
public DynamicSetSummary.Builder id(String id)
The OCID of the dynamic set.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public DynamicSetSummary.Builder displayName(String displayName)
User-friendly name for the dynamic set.- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public DynamicSetSummary.Builder description(String description)
User-specified description of the dynamic set.- Parameters:
description- the value to set- Returns:
- this builder
-
compartmentId
public DynamicSetSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the dynamic set.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
timeCreated
public DynamicSetSummary.Builder timeCreated(Date timeCreated)
The date and time the dynamic set was created (in RFC 3339 format).- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public DynamicSetSummary.Builder timeUpdated(Date timeUpdated)
The date and time the dynamic set was last updated (in RFC 3339 format).- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
lifecycleState
public DynamicSetSummary.Builder lifecycleState(DynamicSet.LifecycleState lifecycleState)
The current state of the dynamic set.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
freeformTags
public DynamicSetSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public DynamicSetSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public DynamicSetSummary.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 DynamicSetSummary build()
-
copy
public DynamicSetSummary.Builder copy(DynamicSetSummary model)
-
-