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