CopyableBuilder<DescribeCacheParameterGroupsResponse.Builder,DescribeCacheParameterGroupsResponse>, SdkBuilder<DescribeCacheParameterGroupsResponse.Builder,DescribeCacheParameterGroupsResponse>public static interface DescribeCacheParameterGroupsResponse.Builder extends CopyableBuilder<DescribeCacheParameterGroupsResponse.Builder,DescribeCacheParameterGroupsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeCacheParameterGroupsResponse.Builder |
cacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups) |
A list of cache parameter groups.
|
DescribeCacheParameterGroupsResponse.Builder |
cacheParameterGroups(CacheParameterGroup... cacheParameterGroups) |
A list of cache parameter groups.
|
DescribeCacheParameterGroupsResponse.Builder |
marker(String marker) |
Provides an identifier to allow retrieval of paginated results.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setCacheParameterGroups(java.util.Collection) or
#withCacheParameterGroups(java.util.Collection) if you want to override the existing values.
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.