CopyableBuilder<CreateCacheParameterGroupRequest.Builder,CreateCacheParameterGroupRequest>, SdkBuilder<CreateCacheParameterGroupRequest.Builder,CreateCacheParameterGroupRequest>public static interface CreateCacheParameterGroupRequest.Builder extends CopyableBuilder<CreateCacheParameterGroupRequest.Builder,CreateCacheParameterGroupRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateCacheParameterGroupRequest.Builder |
cacheParameterGroupFamily(String cacheParameterGroupFamily) |
The name of the cache parameter group family that the cache parameter group can be used with.
|
CreateCacheParameterGroupRequest.Builder |
cacheParameterGroupName(String cacheParameterGroupName) |
A user-specified name for the cache parameter group.
|
CreateCacheParameterGroupRequest.Builder |
description(String description) |
A user-specified description for the cache parameter group.
|
copyapply, buildCreateCacheParameterGroupRequest.Builder cacheParameterGroupName(String cacheParameterGroupName)
A user-specified name for the cache parameter group.
cacheParameterGroupName - A user-specified name for the cache parameter group.CreateCacheParameterGroupRequest.Builder cacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that the cache parameter group can be used with.
Valid values are: memcached1.4 | redis2.6 | redis2.8 |
redis3.2
cacheParameterGroupFamily - The name of the cache parameter group family that the cache parameter group can be used with.
Valid values are: memcached1.4 | redis2.6 | redis2.8 |
redis3.2
CreateCacheParameterGroupRequest.Builder description(String description)
A user-specified description for the cache parameter group.
description - A user-specified description for the cache parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.