Interface SecurityGroupMembership.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SecurityGroupMembership.Builder,SecurityGroupMembership>
,SdkBuilder<SecurityGroupMembership.Builder,SecurityGroupMembership>
,SdkPojo
- Enclosing class:
- SecurityGroupMembership
public static interface SecurityGroupMembership.Builder extends SdkPojo, CopyableBuilder<SecurityGroupMembership.Builder,SecurityGroupMembership>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityGroupMembership.Builder
securityGroupId(String securityGroupId)
The identifier of the cache security group.SecurityGroupMembership.Builder
status(String status)
The status of the cache security group membership.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
securityGroupId
SecurityGroupMembership.Builder securityGroupId(String securityGroupId)
The 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.
-
status
SecurityGroupMembership.Builder status(String 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.
- 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.
-
-