Package com.oracle.bmc.redis.model
Class OciCacheConfigSet.Builder
- java.lang.Object
- 
- com.oracle.bmc.redis.model.OciCacheConfigSet.Builder
 
- 
- Enclosing class:
- OciCacheConfigSet
 
 public static class OciCacheConfigSet.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OciCacheConfigSetbuild()OciCacheConfigSet.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the OCI Cache Config Set.OciCacheConfigSet.BuilderconfigurationDetails(ConfigurationDetails configurationDetails)OciCacheConfigSet.Buildercopy(OciCacheConfigSet model)OciCacheConfigSet.BuilderdefaultConfigSetId(String defaultConfigSetId)The OCID of the default OCI Cache Config Set which the custom OCI Cache Config Set is based upon.OciCacheConfigSet.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.OciCacheConfigSet.Builderdescription(String description)A description of the OCI Cache Config Set.OciCacheConfigSet.BuilderdisplayName(String displayName)A user-friendly name.OciCacheConfigSet.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.OciCacheConfigSet.Builderid(String id)The OCID of the OCI Cache Config Set.OciCacheConfigSet.BuilderlifecycleState(OciCacheConfigSet.LifecycleState lifecycleState)The current state of the OCI Cache Config Set.OciCacheConfigSet.BuildersoftwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion)The OCI Cache engine version that the cluster is running.OciCacheConfigSet.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.OciCacheConfigSet.BuildertimeCreated(Date timeCreated)The date and time the OCI Cache Config Set was created.OciCacheConfigSet.BuildertimeUpdated(Date timeUpdated)The date and time the OCI Cache Config Set was updated.
 
- 
- 
- 
Method Detail- 
idpublic OciCacheConfigSet.Builder id(String id) The OCID of the OCI Cache Config Set.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
defaultConfigSetIdpublic OciCacheConfigSet.Builder defaultConfigSetId(String defaultConfigSetId) The OCID of the default OCI Cache Config Set which the custom OCI Cache Config Set is based upon.- Parameters:
- defaultConfigSetId- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic OciCacheConfigSet.Builder description(String description) A description of the OCI Cache Config Set.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OciCacheConfigSet.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OciCacheConfigSet.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the OCI Cache Config Set.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OciCacheConfigSet.Builder lifecycleState(OciCacheConfigSet.LifecycleState lifecycleState) The current state of the OCI Cache Config Set.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OciCacheConfigSet.Builder timeCreated(Date timeCreated) The date and time the OCI Cache Config Set was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic OciCacheConfigSet.Builder timeUpdated(Date timeUpdated) The date and time the OCI Cache Config Set was updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
softwareVersionpublic OciCacheConfigSet.Builder softwareVersion(OciCacheConfigSet.SoftwareVersion softwareVersion) The OCI Cache engine version that the cluster is running.- Parameters:
- softwareVersion- the value to set
- Returns:
- this builder
 
 - 
configurationDetailspublic OciCacheConfigSet.Builder configurationDetails(ConfigurationDetails configurationDetails) 
 - 
freeformTagspublic OciCacheConfigSet.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 OciCacheConfigSet.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 OciCacheConfigSet.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 OciCacheConfigSet build() 
 - 
copypublic OciCacheConfigSet.Builder copy(OciCacheConfigSet model) 
 
- 
 
-