public static interface CacheSecurityGroupMembership.Builder extends SdkPojo, CopyableBuilder<CacheSecurityGroupMembership.Builder,CacheSecurityGroupMembership>
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroupMembership.Builder |
cacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group.
|
CacheSecurityGroupMembership.Builder |
status(String status)
The membership status in the cache security group.
|
copy
applyMutation, build
CacheSecurityGroupMembership.Builder cacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group.
cacheSecurityGroupName
- The name of the cache security group.CacheSecurityGroupMembership.Builder status(String status)
The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.
status
- The membership status in the cache security group. The status changes when a cache security group is
modified, or when the cache security groups assigned to a cluster are modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.