CopyableBuilder<DeleteCacheParameterGroupRequest.Builder,DeleteCacheParameterGroupRequest>
, SdkBuilder<DeleteCacheParameterGroupRequest.Builder,DeleteCacheParameterGroupRequest>
public static interface DeleteCacheParameterGroupRequest.Builder extends CopyableBuilder<DeleteCacheParameterGroupRequest.Builder,DeleteCacheParameterGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteCacheParameterGroupRequest.Builder |
cacheParameterGroupName(String cacheParameterGroupName) |
The name of the cache parameter group to delete.
|
copy
apply, build
DeleteCacheParameterGroupRequest.Builder cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group to delete.
The specified cache security group must not be associated with any cache clusters.
cacheParameterGroupName
- The name of the cache parameter group to delete. The specified cache security group must not be associated with any cache clusters.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.