CopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>, SdkBuilder<CacheParameterGroup.Builder,CacheParameterGroup>public static interface CacheParameterGroup.Builder extends CopyableBuilder<CacheParameterGroup.Builder,CacheParameterGroup>
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
copyapply, 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 | redis2.6 | redis2.8 |
redis3.2
cacheParameterGroupFamily - The name of the cache parameter group family that this cache parameter group is compatible with.
Valid values are: memcached1.4 | redis2.6 | redis2.8 |
redis3.2
CacheParameterGroup.Builder description(String description)
The description for this cache parameter group.
description - The description for this cache parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.