Package com.oracle.bmc.redis.model
Class CreateOciCacheConfigSetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.redis.model.CreateOciCacheConfigSetDetails.Builder
 
- 
- Enclosing class:
- CreateOciCacheConfigSetDetails
 
 public static class CreateOciCacheConfigSetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateOciCacheConfigSetDetails.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 CreateOciCacheConfigSetDetails.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
 
 - 
descriptionpublic CreateOciCacheConfigSetDetails.Builder description(String description) Description for the custom OCI Cache Config Set.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
softwareVersionpublic CreateOciCacheConfigSetDetails.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 CreateOciCacheConfigSetDetails.Builder configurationDetails(ConfigurationDetails configurationDetails) 
 - 
freeformTagspublic CreateOciCacheConfigSetDetails.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 CreateOciCacheConfigSetDetails.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
 
 - 
buildpublic CreateOciCacheConfigSetDetails build() 
 - 
copypublic CreateOciCacheConfigSetDetails.Builder copy(CreateOciCacheConfigSetDetails model) 
 
- 
 
-