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