public static interface CacheParameterGroup.Builder extends SdkPojo, CopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>
| Modifier and Type | Method and Description |
|---|---|
CacheParameterGroup.Builder |
arn(String arn)
The ARN (Amazon Resource Name) of the cache parameter group.
|
CacheParameterGroup.Builder |
cacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
|
CacheParameterGroup.Builder |
cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
|
CacheParameterGroup.Builder |
description(String description)
The description for this cache parameter group.
|
CacheParameterGroup.Builder |
isGlobal(Boolean isGlobal)
Indicates whether the parameter group is associated with a Global datastore
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCacheParameterGroup.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
cacheParameterGroupName - The name of the cache parameter group.CacheParameterGroup.Builder cacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 |
redis5.0 | redis6.x | redis7
cacheParameterGroupFamily - The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4 | memcached1.5 | memcached1.6 |
redis2.6 | redis2.8 | redis3.2 | redis4.0 |
redis5.0 | redis6.x | redis7
CacheParameterGroup.Builder description(String description)
The description for this cache parameter group.
description - The description for this cache parameter group.CacheParameterGroup.Builder isGlobal(Boolean isGlobal)
Indicates whether the parameter group is associated with a Global datastore
isGlobal - Indicates whether the parameter group is associated with a Global datastoreCacheParameterGroup.Builder arn(String arn)
The ARN (Amazon Resource Name) of the cache parameter group.
arn - The ARN (Amazon Resource Name) of the cache parameter group.Copyright © 2023. All rights reserved.