public static interface DescribeCacheSubnetGroupsResponse.Builder extends ElastiCacheResponse.Builder, 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 |
marker(String marker)
Provides an identifier to allow retrieval of paginated results.
|
buildcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.