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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCacheParameterGroupsResponse.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #cacheParameterGroups(List)
.cacheParameterGroups
- a consumer that will call methods on List.Builder
#cacheParameterGroups(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.