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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public 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
-
compartmentId
public 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
-
description
public CreateOciCacheConfigSetDetails.Builder description(String description)
Description for the custom OCI Cache Config Set.- Parameters:
description
- the value to set- Returns:
- this builder
-
softwareVersion
public 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
-
configurationDetails
public CreateOciCacheConfigSetDetails.Builder configurationDetails(ConfigurationDetails configurationDetails)
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateOciCacheConfigSetDetails build()
-
copy
public CreateOciCacheConfigSetDetails.Builder copy(CreateOciCacheConfigSetDetails model)
-
-