public static interface DescribeCacheParameterGroupsResponse.Builder extends ElastiCacheResponse.Builder, CopyableBuilder<DescribeCacheParameterGroupsResponse.Builder,DescribeCacheParameterGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheParameterGroupsResponse.Builder |
cacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
A list of cache parameter groups.
|
DescribeCacheParameterGroupsResponse.Builder |
cacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups.
|
DescribeCacheParameterGroupsResponse.Builder |
marker(String marker)
Provides an identifier to allow retrieval of paginated results.
|
buildcopyapply, buildDescribeCacheParameterGroupsResponse.Builder marker(String marker)
Provides an identifier to allow retrieval of paginated results.
marker - Provides an identifier to allow retrieval of paginated results.DescribeCacheParameterGroupsResponse.Builder cacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
cacheParameterGroups - A list of cache parameter groups. Each element in the list contains detailed information about one
cache parameter group.DescribeCacheParameterGroupsResponse.Builder cacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
cacheParameterGroups - A list of cache parameter groups. Each element in the list contains detailed information about one
cache parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.