public static interface DescribeCacheParameterGroupsResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, 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 |
cacheParameterGroups(Consumer<CacheParameterGroup.Builder>... cacheParameterGroups)
A list of cache parameter groups.
|
DescribeCacheParameterGroupsResponse.Builder |
marker(String marker)
Provides an identifier to allow retrieval of paginated results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DescribeCacheParameterGroupsResponse.Builder cacheParameterGroups(Consumer<CacheParameterGroup.Builder>... cacheParameterGroups)
A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
This is a convenience method that creates an instance of theCacheParameterGroup.Builder avoiding the need to
create one manually via
CacheParameterGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #cacheParameterGroups(List.
cacheParameterGroups - a consumer that will call methods on
CacheParameterGroup.Builder#cacheParameterGroups(java.util.Collection) Copyright © 2023. All rights reserved.