Package com.oracle.bmc.datasafe.model
Class SensitiveTypeGroupSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SensitiveTypeGroupSummary.Builder
-
- Enclosing class:
- SensitiveTypeGroupSummary
public static class SensitiveTypeGroupSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SensitiveTypeGroupSummarybuild()SensitiveTypeGroupSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains sensitive type group.SensitiveTypeGroupSummary.Buildercopy(SensitiveTypeGroupSummary model)SensitiveTypeGroupSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.SensitiveTypeGroupSummary.Builderdescription(String description)The description of the sensitive type group.SensitiveTypeGroupSummary.BuilderdisplayName(String displayName)The display name of the sensitive type group.SensitiveTypeGroupSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.SensitiveTypeGroupSummary.Builderid(String id)The OCID of the sensitive type group.SensitiveTypeGroupSummary.BuilderlifecycleState(SensitiveTypeGroupLifecycleState lifecycleState)The current state of the sensitive type group.SensitiveTypeGroupSummary.BuildersensitiveTypeCount(Integer sensitiveTypeCount)The number of sensitive types in the specified sensitive type group.SensitiveTypeGroupSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.SensitiveTypeGroupSummary.BuildertimeCreated(Date timeCreated)The date and time the sensitive type group was created, in the format defined by RFC3339.SensitiveTypeGroupSummary.BuildertimeUpdated(Date timeUpdated)The date and time the sensitive type group was last updated, in the format defined by RFC3339.
-
-
-
Method Detail
-
id
public SensitiveTypeGroupSummary.Builder id(String id)
The OCID of the sensitive type group.- Parameters:
id- the value to set- Returns:
- this builder
-
displayName
public SensitiveTypeGroupSummary.Builder displayName(String displayName)
The display name of the sensitive type group.- Parameters:
displayName- the value to set- Returns:
- this builder
-
compartmentId
public SensitiveTypeGroupSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains sensitive type group.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
timeCreated
public SensitiveTypeGroupSummary.Builder timeCreated(Date timeCreated)
The date and time the sensitive type group was created, in the format defined by RFC3339.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public SensitiveTypeGroupSummary.Builder timeUpdated(Date timeUpdated)
The date and time the sensitive type group was last updated, in the format defined by RFC3339.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
lifecycleState
public SensitiveTypeGroupSummary.Builder lifecycleState(SensitiveTypeGroupLifecycleState lifecycleState)
The current state of the sensitive type group.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
description
public SensitiveTypeGroupSummary.Builder description(String description)
The description of the sensitive type group.- Parameters:
description- the value to set- Returns:
- this builder
-
sensitiveTypeCount
public SensitiveTypeGroupSummary.Builder sensitiveTypeCount(Integer sensitiveTypeCount)
The number of sensitive types in the specified sensitive type group.- Parameters:
sensitiveTypeCount- the value to set- Returns:
- this builder
-
freeformTags
public SensitiveTypeGroupSummary.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 SensitiveTypeGroupSummary.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 SensitiveTypeGroupSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public SensitiveTypeGroupSummary build()
-
copy
public SensitiveTypeGroupSummary.Builder copy(SensitiveTypeGroupSummary model)
-
-