Package com.oracle.bmc.redis.model
Class UpdateOciCacheUserDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.redis.model.UpdateOciCacheUserDetails.Builder
-
- Enclosing class:
- UpdateOciCacheUserDetails
public static class UpdateOciCacheUserDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOciCacheUserDetails.Builder
aclString(String aclString)
ACL string of OCI cache user.UpdateOciCacheUserDetails.Builder
authenticationMode(AuthenticationMode authenticationMode)
UpdateOciCacheUserDetails
build()
UpdateOciCacheUserDetails.Builder
copy(UpdateOciCacheUserDetails model)
UpdateOciCacheUserDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateOciCacheUserDetails.Builder
description(String description)
Description of OCI cache user.UpdateOciCacheUserDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateOciCacheUserDetails.Builder
status(OciCacheUser.Status status)
OCI cache user status.
-
-
-
Method Detail
-
description
public UpdateOciCacheUserDetails.Builder description(String description)
Description of OCI cache user.- Parameters:
description
- the value to set- Returns:
- this builder
-
authenticationMode
public UpdateOciCacheUserDetails.Builder authenticationMode(AuthenticationMode authenticationMode)
-
aclString
public UpdateOciCacheUserDetails.Builder aclString(String aclString)
ACL string of OCI cache user.- Parameters:
aclString
- the value to set- Returns:
- this builder
-
status
public UpdateOciCacheUserDetails.Builder status(OciCacheUser.Status status)
OCI cache user status.ON enables and OFF disables the OCI cache user to login to the associated clusters.
- Parameters:
status
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateOciCacheUserDetails.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 UpdateOciCacheUserDetails.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 UpdateOciCacheUserDetails build()
-
copy
public UpdateOciCacheUserDetails.Builder copy(UpdateOciCacheUserDetails model)
-
-