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 Details

    • 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

      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.