CopyableBuilder<DescribeCacheSecurityGroupsResponse.Builder,DescribeCacheSecurityGroupsResponse>, SdkBuilder<DescribeCacheSecurityGroupsResponse.Builder,DescribeCacheSecurityGroupsResponse>public static interface DescribeCacheSecurityGroupsResponse.Builder extends CopyableBuilder<DescribeCacheSecurityGroupsResponse.Builder,DescribeCacheSecurityGroupsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeCacheSecurityGroupsResponse.Builder |
cacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups) |
A list of cache security groups.
|
DescribeCacheSecurityGroupsResponse.Builder |
cacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups) |
A list of cache security groups.
|
DescribeCacheSecurityGroupsResponse.Builder |
marker(String marker) |
Provides an identifier to allow retrieval of paginated results.
|
copyapply, buildDescribeCacheSecurityGroupsResponse.Builder marker(String marker)
Provides an identifier to allow retrieval of paginated results.
marker - Provides an identifier to allow retrieval of paginated results.DescribeCacheSecurityGroupsResponse.Builder cacheSecurityGroups(Collection<CacheSecurityGroup> cacheSecurityGroups)
A list of cache security groups. Each element in the list contains detailed information about one group.
cacheSecurityGroups - A list of cache security groups. Each element in the list contains detailed information about one
group.DescribeCacheSecurityGroupsResponse.Builder cacheSecurityGroups(CacheSecurityGroup... cacheSecurityGroups)
A list of cache security 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
#setCacheSecurityGroups(java.util.Collection) or
#withCacheSecurityGroups(java.util.Collection) if you want to override the existing values.
cacheSecurityGroups - A list of cache security groups. Each element in the list contains detailed information about one
group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.