Interface SecurityGroupMembership.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SecurityGroupMembership.Builder,,- SecurityGroupMembership> - SdkBuilder<SecurityGroupMembership.Builder,,- SecurityGroupMembership> - SdkPojo
- Enclosing class:
- SecurityGroupMembership
@Mutable
@NotThreadSafe
public static interface SecurityGroupMembership.Builder
extends SdkPojo, CopyableBuilder<SecurityGroupMembership.Builder,SecurityGroupMembership> 
- 
Method SummaryModifier and TypeMethodDescriptionsecurityGroupId(String securityGroupId) The identifier of the cache security group.The status of the cache security group membership.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
securityGroupIdThe identifier of the cache security group. - Parameters:
- securityGroupId- The identifier of the cache security group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified. - Parameters:
- status- The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cluster are modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-