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